plot.sppResponse | R Documentation |
Observed abundances and fitted response curves along
## S3 method for class 'sppResponse'
plot(x,
which = seq_along(x),
display = c("observed", "fitted"),
xlab = "Gradient", ylab = "Abundance",
main = NULL,
lcol = "red",
lwd = 2,
...)
x |
an object of class |
which |
numeric or logical vector; which species (components of
|
display |
character; plot the observed data or the fitted species response curve or both? |
xlab , ylab , main |
titles for the x and y axis label and the main
title. If |
lwd |
numeric; width of the line used to draw the fitted species response function if drawn. |
lcol |
the colour to use to draw the fitted species response. |
... |
graphical arguments passed |
Currently, no attempt is made to split the device into an appropriate
number of panels. This is up to the user to decide. See the Examples
section of sppResponse
for one way to handle this.
One or more plots, drawn on the current device.
Gavin L. Simpson
sppResponse
for a complete example using fitted
responses along principal curves.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.