threespace.plot {ENMTools} | R Documentation |
threespace.plot, A plot that compares the environmental distribution of presence points, background points, and the set of supplied environmental layers.
Description
threespace.plot, A plot that compares the environmental distribution of presence points, background points, and the set of supplied environmental layers.
Usage
threespace.plot(model, env, maxpts = NA)
Arguments
model |
An enmtools.model object |
env |
A set of environment layers |
maxpts |
Maximum number of points to plot from env layers |
Value
A ggplot2 object that plots the distribution of environments in the climate layers to the distribution of environments at background and presence localities.
Examples
my.model<- enmtools.gam(iberolacerta.clade$species$monticola, euro.worldclim)
threespace.plot(my.model, euro.worldclim)
[Package ENMTools version 1.1.2 Index]