Description Usage Arguments Details Value Examples
Returns a RasterStack of the given variable names.
1 2 | romscoords(x, spatial = c("lon_u", "lat_u"), ncdf = TRUE,
transpose = FALSE, ...)
|
x |
ROMS file name |
spatial |
names of coordinate variables (e.g. lon_u, lat_u) |
ncdf |
default to NetCDF no matter what file name |
transpose |
the extents (ROMS is FALSE, Access is TRUE) |
... |
unused |
The two layers from the model output are used to define the real-world space. This is used to create a boundary romsboundary
, to map real-world
objects into grid space romscoords
and to generate graticules for mapping into the grid space with graphics::contour
.
RasterStack with two layers of the 2D-variables
1 2 3 4 5 6 7 8 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.