add.env: Takes an enmtools.species object and a set of environment...

View source: R/add.env.R

add.envR 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.


ENMTools documentation built on April 11, 2023, 6:09 p.m.

Related to add.env in ENMTools...