add.env {ENMTools}R Documentation

Takes an enmtools.species object and a set of environment layers, and adds the environmental predictor values to the occurrence data. Typically not called by the user directly. Code modified from Elith and Hijmans SDM with R tutorial

Description

Takes an enmtools.species object and a set of environment layers, and adds the environmental predictor values to the occurrence data. Typically not called by the user directly. Code modified from Elith and Hijmans SDM with R tutorial

Usage

add.env(species, env, verbose = TRUE)

Arguments

species

An enmtools.species or enmtools.clade object

env

A raster stack of environmental variables

verbose

Controls printing of progress messages

Value

An enmtools.species object with environmental data attached to it.


[Package ENMTools version 1.1.2 Index]