sp2grid | R Documentation |
Convert a SpatialGridDataFrame (package sp) to a C4R grid
sp2grid(
sp,
member = FALSE,
varName = NULL,
level = NULL,
dates = list(start = NULL, end = NULL),
metadata = NULL
)
sp |
A SpatialGridDataFrame, as returned by function |
varName |
Character with the variable name for the resulting grid. |
level |
Character with the level for the resulting grid. |
dates |
Named list of the form: list(start = NULL, end = NULL), for the resulting grid. |
metadata |
Named list of characters with furher metadata for the resulting grid. |
A C4R grid, with the metadata specified by the input arguments.
M. Iturbide
clim2sgdf
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.