Learn R Programming

predicts (version 0.1-17)

plot: Plot predictor values

Description

Plot predictor values for occurrence (presence and absence) data in a model object.

Usage

# 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, ...)

Arguments

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