interactive.plot {ENMTools} | R Documentation |
Generic function for making interactive plots of ENMTools models and species
Description
Function that takes an enmtools.model
or enmtools.species
object and
calls the class-appropriate interactive.plot.xx
function for it.
These functions use leaflet
for mapping
and will only function properly if you have an active internet connection.
Usage
interactive.plot(x, ...)
Arguments
x |
entools.model or species object to plot |
... |
other arguments passed to interactive.plot.enmtools.model or interactive.plot.enmtools.species |
Value
An interactive leaflet plot depicting the predictions and data from the enmtools.model object.
[Package ENMTools version 1.1.2 Index]