Commit 23cb4a5e authored by Nicolau Manubens's avatar Nicolau Manubens
Browse files

Minor fixes. Ready for release of v0.0.0.

parent ad561fbe
......@@ -4,7 +4,7 @@ Version: 0.0.0
Authors@R: c(
person("BSC-CNS", role = c("aut", "cph")),
person("Nicolau", "Manubens", , "nicolau.manubens@bsc.es", role = c("aut", "cre")))
Description: Set of wrappers for the \code{ncdf4} package to simplify and extend its reading/writing capabilities into/from multi-dimensional R arrays.
Description: Set of wrappers for the ncdf4 package to simplify and extend its reading/writing capabilities into/from multi-dimensional R arrays.
Depends:
R (>= 2.14.1)
Imports:
......
......@@ -40,10 +40,5 @@ FALSE, 'selected', and 'non-selected'.
}
}
\examples{
subset <- Subset(sampleMap$mod, c('dataset', 'sdate', 'ftime'),
list(1, 1, 1), drop = 'selected')
PlotLayout(PlotEquiMap, c('lat', 'lon'), subset,
sampleMap$lon, sampleMap$lat,
titles = paste('Member', 1:3))
}
\keyword{dplot}
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment