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, ...)
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.
display
Item to displayed.
draw
Use either lines
or polygon
to draw the lines. Graphical parameters are passed to both. The
main difference is that polygon
s may be filled 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 the centroid
of the object. ordiellipse
and ordihull
use standard
text
, and others use
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
. For other functions the effect depends on the
underlining functions this argument is passed to.
prune
Number of upper level hierarchies removed from the
dendrogram. If prune
$>0$, dendrogram will be
disconnected.
...
Parameters passed to graphical functions or to
scores
to select axes and scaling etc.