Description Usage Arguments Value
View source: R/create_env_stack.R
Create raster stack from environmental data so that raster stack by
providing folder where raster are stored and optionally subset of those
raster that needs processing. It is just a wrapper around raster::stack()
and used when you have subset of variables to try so that you can quickly
check for NAs with check_na_data() function or value extraction when
generating absences and psudoabsences
1 | create_env_stack(folder_in, env_subset = c())
|
folder_in |
filename (character) or Raster object. Supported file types are the "native" raster package format and those that can be read via rgdal |
env_subset |
vector of filenames without extension (character) that will be processed and stacked |
Raster stack
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.