check.env {ENMTools} | R Documentation |
Automating some basic tasks for using a raster stack for modeling. Checks rasters for same extent and resolution, and sets values in each layer to NA if there is an NA in any other layer.
Description
Automating some basic tasks for using a raster stack for modeling. Checks rasters for same extent and resolution, and sets values in each layer to NA if there is an NA in any other layer.
Usage
check.env(env, verbose = FALSE)
Arguments
env |
A stack of environmental rasters |
verbose |
Controls printing of progress messages |
Value
A raster stack.
Examples
check.env(euro.worldclim)
[Package ENMTools version 1.1.2 Index]