Usage
ordihull(ord, groups, display = "sites", draw = c("lines","polygon", "none"),
show.groups, label = FALSE, ...)
ordiellipse(ord, groups, display="sites", kind = c("sd","se"), conf,
draw = c("lines","polygon", "none"), w = weights(ord, display),
col = NULL, show.groups, label = FALSE, ...)
ordispider(ord, groups, display="sites", w = weights(ord, display),
show.groups, label = FALSE, ...)
ordiarrows(ord, groups, levels, replicates, display = "sites",
show.groups, startmark, label = FALSE, ...)
ordisegments(ord, groups, levels, replicates, display = "sites",
show.groups, label = FALSE, ...)
ordigrid(ord, levels, replicates, display = "sites", lty = c(1,1),
col = c(1,1), lwd = c(1,1), ...)
ordicluster(ord, cluster, prune = 0, display = "sites",
w = weights(ord, display), ...)
Arguments
ord
An ordination object or an ordiplot
object. groups
Factor giving the groups for which the graphical item is
drawn.
levels, replicates
Alternatively, regular
groups can be defined with arguments levels
and
replicates
, where levels
gives the number of groups,
and replicates
the number of successive items at the same
group
display
Item to displayed.
draw
Use either lines
or polygon
to
draw the
line. Graphical parameters are passed to both. The main difference
is that polygon
s may be fil show.groups
Show only given groups. This can be a vector, or
TRUE
if you want to show items for which condition is
TRUE
. This argument makes it possible to use different
colours and line types for groups. The default is to show a
label
Label the groups
by their names. In
ordiellipse
, ordihull
and ordispider
the the
group name is in the centroid of the object, in ordiarrows
in the start of the arrow, and in
startmark
plotting character used to mark the first
item. The default is to use no mark, and for instance,
startmark = 1
will draw a circle. For other plotting characters,
see pch
in point
w
Weights used to find the average within group. Weights are
used automatically for cca
and decorana
results, unless undone by the
user. w=NULL<
kind
Whether standard deviations of points (sd
) or
standard deviations of their (weighted) averages (se
) are
used.
conf
Confidence limit for ellipses, e.g. 0.95. If given, the
corresponding sd
or se
is multiplied with the
corresponding value found from the Chi-squared distribution with
2df.
cluster
Result of hierarchic cluster analysis, such as
hclust
or agnes
. col
Colour of ellipses or ellipse fills in ordiellipse
or lines in ordigrid
. For other functions the effect depends
on the underlining functions this argument is passed to.
lty, lwd
Line type, line width used for
level
s and replicate
s in ordigrid
.
prune
Number of upper level hierarchies removed from the
dendrogram. If prune
$>0$, dendrogram will be
disconnected.