Description Usage Arguments Value
Get a raster for NAMANLRefClass
| 1 2 3 | NAMANL_get_raster(NC, what = NC$VARS[1], bb = NC$BB,
  crs = "+proj=longlat +datum=WGS84", flip = FALSE,
  time_fmt = "D%Y%j", ...)
 | 
| NC | NAMANLRefClass object | 
| what | character one or more variable names or variable indices | 
| bb | a 4 element bounding box vector [left, right, bottom, top], defaults to [-180, 180, -90, 90] | 
| crs | character, the coordinate reference system to apply | 
| flip | logical if TRUE then flip the raster in the y direction | 
| time_fmt | if multiple time layers are returned, this controls the layer names | 
| ... | further arguments to select the parameter by name | 
a raster::brick or raster::layer object or NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.