Usage
ordiarrows(ord, groups, levels, replicates, order.by, display = "sites",
show.groups, startmark, label = FALSE, ...)
ordisegments(ord, groups, levels, replicates, order.by, display = "sites",
show.groups, label = FALSE, ...)
ordigrid(ord, levels, replicates, display = "sites", lty = c(1,1),
col = c(1,1), lwd = c(1,1), ...)
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
order.by
Order points by increasing order of this variable
within groups
. Reverse sign of the variable for decreasing
ordering.
display
Item to displayed.
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 points
col
Colour of lines in ordigrid
. This argument is
also passed to other functions to change the colour of lines.
lty, lwd
Line type, line width used for
level
s and replicate
s in ordigrid
.