Plot predictor values for occurrence (presence and absence) data in a model object.
# S4 method for envelope_model,missing
plot(x, a = 1, b = 2, p = 0.9, ocol="gray", icol="red", bcol="blue", cex=c(0.6, 0.6), ...)# S4 method for MaxEnt_model,ANY
plot(x, y, ...)
model object
name or position of the variable to plot in the x axis
name or position of the variable to plot in the y axis
percentile for coloring the points in the plot and delimiting the envelope rectangle
color of the points outside the envelope
color of the points inside the envelope
color of the envelope border
size of the points outside and inside the envelope
not used
additional arguments. Not used