Usage
ordiplot(ord, choices = c(1, 2), type="points", display, xlim, ylim,
cex = 0.7, ...)
## S3 method for class 'ordiplot':
identify(x, what, labels, ...)
## S3 method for class 'ordiplot':
points(x, what, select, ...)
## S3 method for class 'ordiplot':
text(x, what, labels, select, ...)
Arguments
ord
A result from an ordination.
type
The type of graph which may be "points"
,
"text"
or "none"
for any ordination method.
display
Display only "sites" or "species". The default for most
methods is to display both, but for cca
,
rda
and capscale<
xlim, ylim
the x and y limits (min,max) of the plot.
cex
Character expansion factor for points and text.
...
Other graphical parameters.
x
A result object from ordiplot
.
what
Items identified in the ordination plot. The types depend
on the kind of plot used. Most methods know sites
and
species
, functions cca
and rda
labels
Optional text used for labels. Row names will be used if
this is missing.
select
Items to be displayed. This can either be a logical
vector which is TRUE
for displayed items or a vector of indices
of displayed items.