| DeponsRaster-class {DEPONS2R} | R Documentation |
DeponsRaster-class
Description
Stores objects containing raster landscapes used as input in DEPONS simulations.
Slots
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.
Note
DeponsRaster-objects are typically read in from ascii raster files that have been used for DEPONS simulations.
See Also
plot.DeponsRaster, read.DeponsRaster and
make.blocksraster. bathymetry is an example
of a DeponsRaster-object.
Examples
a.deponsraster <- new("DeponsRaster")
a.deponsraster