Partition group plots
evalplot.grps.Rd
Plot occurrence partition groups over an environmental predictor raster.
Usage
evalplot.grps(
e = NULL,
envs,
pts = NULL,
pts.grp = NULL,
ref.data = "occs",
pts.size = 1.5,
return.tbl = FALSE
)
Arguments
- e
ENMevaluation object
- envs
RasterStack: environmental predictor variable used to build the models in "e"
- pts
matrix / data frame: coordinates for occurrence or background data
- pts.grp
numeric vector: partition groups corresponding to data in "pts"
- ref.data
character: plot occurrences ("occs") or background ("bg"), with default "occs"
- pts.size
numeric: custom point size for ggplot
- return.tbl
boolean: if TRUE, return the data frames used to make the ggplot instead of the plot itself