as.DeponsRaster | R Documentation |
Converts a RasterLayer
into a DeponsRaster
.
## S4 method for signature 'RasterLayer'
as.DeponsRaster(x)
x |
A |
Maintains CRS (if defined) and value of NA cells. Currently DEPONS requires a fixed cell size of 400 x 400 m, and cell size is set to this value.
A DeponsRaster
raster
for converting a DeponsRaster into a RasterLayer
data(bathymetry)
bathymetry_RasterLayer <- as.raster(bathymetry)
bathymetry <- as.DeponsRaster(bathymetry_RasterLayer)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.