raster | R Documentation |
Extracts the RasterLayer topology from a DBBMM, DBBMMStack and dynBGB object.
## S4 method for signature 'DBBMM'
raster(x)
## S4 method for signature 'DBBMMStack'
raster(x)
x |
a |
This function extracts the raster topology (i.e. without values) of the input object. DBBMM, DBBMMStack and dynBGB objects can be directly used in most raster functions but in case a raster with values needs to be extracted as(x,'RasterLayer')
can be used.
An object from class RasterLayer
is returned.
Marco Smolla & Anne Scharf
data(leroydbbmm)
data(dbbmmstack)
raster(leroydbbmm) #returns the raster topology of a DBBMM object
raster(dbbmmstack) # returns the raster topology of a DBBMMStack object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.