- e
ENMevaluation object (optional)
- envs
SpatRaster: environmental predictor variables used to build the models in "e"; categorical variables will be
removed before internally as they cannot be used to calculate MESS
- occs.z
data frame: longitude, latitude, and environmental predictor variable values for occurrence records, in that order (optional);
the first two columns must be named "longitude" and "latitude"
- bg.z
data frame: longitude, latitude, and environmental predictor variable values for background records, in that order (optional);
the first two columns must be named "longitude" and "latitude"
- occs.grp
numeric vector: partition groups for occurrence records (optional)
- bg.grp
numeric vector: partition groups for background records (optional)
- ref.data
character: the reference to calculate MESS based on occurrences ("occs") or background ("bg"), with default "occs"
- envs.vars
character vector: names of a predictor variable to plot similarities for; if left NULL, calculations are done
with respect to all variables (optional)
- bb.buf
numeric: distance used to buffer (extend) the mapping extent in map units; for latitude/longitude, this is in degrees (optional)
- occs.testing.z
data frame: longitude, latitude, and environmental predictor variable values for fully withheld testing records,
in that order; this is for use only with the "testing" partition option when an ENMevaluation object is not input (optional)
- plot.bg.pts
boolean: if TRUE, plot background points when using ref.data = "bg"
- sim.palette
character: RColorBrewer palette name to use for plotting discrete variables; if NULL, default is "Set1"
- pts.size
numeric: custom point size for ggplot
- gradient.colors
character vector: colors used for ggplot2::scale_fill_gradient2
- na.color
character: color used for NA values
- return.tbl
boolean: if TRUE, return the data frames of similarity values used to make the ggplot instead of the plot itself
- return.ras
boolean: if TRUE, return the SpatRaster of similarity values used to make the ggplot instead of the plot itself
- quiet
boolean: if TRUE, silence all function messages (but not errors)