Description Usage Arguments Value Author(s) See Also Examples
Reads environmental variable rasters from a selected folder into a raster stack
1 | env2stack(foldenv, vars = "", fext)
|
foldenv |
a folder containing the environmental variables |
vars |
names of specific variables that should be selected |
fext |
file extension e.g. "bil", "grd" or "asc" |
a raster stack containing the environmental variables
Mark Robertson
wclim, extract, alternativesenv
1 2 3 | fd<-system.file(package="dismo")
foldenv<-file.path(fd,"ex", fsep = .Platform$file.sep)
ev<-env2stack(foldenv, vars = c("bio1","bio12","bio5","bio6"), fext="grd")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.