- x
A rda
result object.
- choices
Axes to show.
- scaling
Scaling for species and site scores. Either species
(2
) or site (1
) scores are scaled by eigenvalues, and
the other set of scores is left unscaled, or with 3
both are
scaled symmetrically by square root of eigenvalues. With negative
scaling values in rda
, species scores are divided by standard
deviation of each species and multiplied with an equalizing
constant. Unscaled raw scores stored in the result can be accessed
with scaling = 0
.
The type of scores can also be specified as one of "none"
,
"sites"
, "species"
, or "symmetric"
, which
correspond to the values 0
, 1
, 2
, and 3
respectively. Argument correlation
can be used in combination
with these character descriptions to get the corresponding negative
value.
- correlation
logical; if scaling
is a character
description of the scaling type, correlation
can be used to
select correlation-like scores for PCA. See argument scaling
for details.
- display
Scores shown. These must some of the alternatives
"species"
for species scores, and/or "sites"
for site
scores.
- type
Type of plot: partial match to text
for text labels, points
for points, and none
for
setting frames only. If omitted, text
is selected for
smaller data sets, and points
for larger. Can be of length 2
(e.g. type = c("text", "points")
), in which case the first
element describes how species scores are handled, and the second how
site scores are drawn.
- xlim, ylim
the x and y limits (min, max) of the plot.
- col
Colours used for sites and species (in this order). If only
one colour is given, it is used for both.
- const
General scaling constant for scores.rda
.
- ...
Other parameters for plotting functions.