Description Usage Arguments Value Examples
Imports the raster and creates a raster stack
1 | raster_import(rasters, extents_raster)
|
rasters |
A string of raster file names |
extents_raster |
A raster of the desired study extent. |
Objedt predictors - A raster stack
1 2 3 4 5 6 | rasters <- c(
'data/PRISM/PRISM_ppt_30yr_normal_800mM2_annual_asc/ppt_30yr_n.asc',
'data/PRISM/PRISM_tmean_30yr_normal_800mM2_annual_asc/tmean_30yr.asc',
'data/PRISM/PRISM_us_dem_800m_asc/us_dem.asc'
)
raster_import(rasters)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.