enmtools.clade {ENMTools} | R Documentation |
Defining a class for enmtools.clade. Each clade gets:
enmtools.clade(species = NA, tree = NA)
save.enmtools.clade(x, ...)
load.enmtools.clade(x, ...)
species |
A list of enmtools.species objects |
tree |
A tree showing the relationships between the species |
x |
Path to an enmtools.species file |
... |
Other arguments passed to R's load function |
An enmtools.clade object, either empty or containing a formatted version of the data that was passed into the function.
save.enmtools.clade()
: Save an ENMTools clade object
load.enmtools.clade()
: Load an ENMTools clade object