Description Usage Arguments Value Examples
Test for Raster\* class
1 | raster_isRaster(raster)
|
raster |
Object to test. |
TRUE
if raster
is a Raster\* object, FALSE
otherwise.
1 2 3 4 5 6 7 8 9 10 11 12 | library(AirFireModeling)
setModelDataDir('~/Data/BlueSky')
# Load model data
rasterList <- raster_load(
modelName = c("PNW-4km"),
modelRun = c(2019100900),
xlim = c(-125, -115),
ylim = c(42, 50)
)
raster_isRaster(rasterList[[1]])
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.