plot: Plot predictor values

plotR Documentation

Plot predictor values

Description

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

Usage

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

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


predicts documentation built on Oct. 7, 2024, 9:06 a.m.