| DeponsRaster-class | R Documentation |
Stores objects containing raster landscapes used as input in DEPONS simulations.
typeCharacter. Identifies the kind of data stored in the raster; should be 'food', 'patches', bathymetry', 'dtc', 'salinity', 'blocks' or 'NA'.
landscapeCharacter Identifier for the landscape used in the DEPONS simulations. The landscapes 'DanTysk', 'Gemini', 'Kattegat', 'North Sea', 'Homogeneous', and 'User defined' are distributed with the DEPONS model.
crsObject of class "CRS", i.e. the coordinate reference system. This is provided as a proj4string text string.
headerData frame with data on number of columns and rows in the input raster, the coordinates of the lower left corner, the size of each grid cell and the integer value used to represent missing data.
extData frame with the extent of the landscape.
dataThe actual data values for each of the grid cells.
DeponsRaster-objects are typically read in from ascii raster files that have been used for DEPONS simulations.
plot.DeponsRaster, read.DeponsRaster and
make.blocksraster. bathymetry is an example
of a DeponsRaster-object.
a.deponsraster <- new("DeponsRaster")
a.deponsraster
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.