Description Usage Arguments Details Value Author(s) Examples
Extracts the RasterLayer from a DBBMM and DBBMMStack object.
1 2 3 4 |
x |
a DBBMM or DBBMMStack object |
The raster function extracts the raster object from a DBBMM or DBBMMStack object.
An object from class RasterLayer is returned.
Marco Smolla
1 2 3 4 5 | data(leroydbbmm)
data(dbbmmstack)
raster(leroydbbmm) #returns the raster of a DBBMM object
raster(dbbmmstack) # returns the raster of a DBBMMStack object
plot(raster2contour(leroydbbmm, levels=c(.5,.9)), col=c(5,4)) # plot the raster lines of a DBBMM
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.