plot | R Documentation |
Plot predictor values for occurrence (presence and absence) data in a model object.
## S4 method for signature '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 signature 'MaxEnt_model,ANY'
plot(x, y, ...)
x |
model object |
a |
name or position of the variable to plot in the x axis |
b |
name or position of the variable to plot in the y axis |
p |
percentile for coloring the points in the plot and delimiting the envelope rectangle |
ocol |
color of the points outside the envelope |
icol |
color of the points inside the envelope |
bcol |
color of the envelope border |
cex |
size of the points outside and inside the envelope |
y |
not used |
... |
additional arguments. Not used |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.