
Last chance! 50% off unlimited learning
Sale ends in
Maxent
or to use as convenient labels for plotting.make.args(RMvalues = seq(0.5, 4, 0.5),
fc = c("L", "LQ", "H", "LQH", "LQHP", "LQHPT"),
labels = FALSE)
FALSE
(default), provides arguments to pass directly to Maxent; if TRUE
, provides more intuitive labels to use, for example, in plotting.labels = FALSE
, a list
the length of the total number of unique combinations of feature class(es) and regularization multiplier(s).If labels = TRUE
, a list
of two items:
labels = FALSE
, the following additional arguments are added: noaddsamplestobackground, noremoveDuplicates, noautofeature
.
For details on these arguments, see Phillips et al. (2006) and the help documentation and tutorial of the Maxent software and the tutorial that can be downloaded from
maxent
in the make.args(RMvalues=c(1:3), fc=c("L","LQ"))
make.args(RMvalues=c(1:3), fc=c("L","LQ"), labels=TRUE)
Run the code above in your browser using DataLab