fillGridSpatial | R Documentation |
fill with NA missing dates in grids and station datasets
fillGridSpatial(grid, lonLim = c(-180, 180), latLim = c(-90, 90))
grid |
grid or station data |
lonLim |
Optional. A vector with the minimum and maximum longitude boundaries to be filled with NAs. Default to lonLim = c(-180,180). |
latLim |
Optional. A vector with the minimum and maximum latitude boundaries to be filled with NAs. Default to latLim = c(-90,90). |
A grid filled with NAs in the previously missing date positions
J. BaƱo-Medina
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.