slice_nc | R Documentation |
Extracts a single time step from an rbeni-nc object
slice_nc(obj, tstep)
obj |
a list returned from a |
tstep |
an integer or vector of integers specifying which time step(s) (index starting at 1) to be extracted. |
A list, containing "lon"
(vector of longitudes of
gridcell mid-points), "lat"
(vector of latitudes of gridcell
mid-points), "time"
(vector of lubridate::ymd dates),
"varnams"
(a vector of all variable names as strings), and a
named (nested) list of the data arrays (lon x lat x time) for each
variable.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.