as.raster | R Documentation |
Create Raster* object from arc.raster TODO
## S4 method for signature 'arc.raster'
as.raster(x, kind ,...)
x |
arc.raster-class object |
kind |
internal parameter |
... |
. |
return RasterLayer
for single band source or RasterBrick
## convert arc.raster to Rasterlayer object
r.file <- system.file("pictures", "logo.jpg", package="rgdal")
r <- arc.raster(arc.open(r.file))
rx <- as.raster(r)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.