View source: R/raster_projection.R
raster_projection | R Documentation |
Create a stack raster map with species model predictions
raster_projection(
df,
spsNames = NULL,
ras = NULL,
crs = "+proj=longlat +datum=WGS84 +ellps=WGS84 +towgs84=0,0,0"
)
df |
predicted model data frame |
spsNames |
species names to build maps from |
ras |
raster template in case extent, resolution and CRS are to be set at once |
crs |
CRS object or a character string describing a projection and datum in PROJ.4 format |
Returns an error if filename
does not exist.
Raster stack
## Not run:
accident_2015 <- fars_read("Project/data/accident_2015.csv.bz2")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.