
Last chance! 50% off unlimited learning
Sale ends in
visualize.overlap, Makes a contour map of suitability of habitat in environment space for two models
visualize.overlap(
model.1,
model.2,
env,
nbins = 100,
layers,
plot.points = TRUE
)
overlap.plot A two dimensional plot of an ENM
An enmtools.model object
An enmtools.model object
A set of environmental layers
The number of bins per layer to use for drawing environment space
A vector of layer names to use for drawing environment space
Logical determining whether presence points should be plotted on suitability plot
# \donttest{
ar <- iberolacerta.clade$species$aranica
au <- iberolacerta.clade$species$aurelioi
aranica.dm <- enmtools.dm(ar, euro.worldclim)
aurelioi.dm <- enmtools.dm(au, euro.worldclim)
visualize.overlap(aranica.dm, aurelioi.dm, euro.worldclim, layers = c("bio1", "bio9"))
# }
Run the code above in your browser using DataLab