create_env_stack: Create raster stack from environmental data

Description Usage Arguments Value

View source: R/create_env_stack.R

Description

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

Usage

1
create_env_stack(folder_in, env_subset = c())

Arguments

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

Value

Raster stack


grgurev/sdmflowR documentation built on Feb. 26, 2021, 10:57 a.m.