- object
Object of class "rrvglm"
.
- A
Logical. Allow the plotting of A?
- C
Logical. Allow the plotting of C? If TRUE
then
C is represented by arrows emenating from the origin.
- scores
Logical. Allow the plotting of the \(n\) scores?
The scores are the values of the latent variables for each
observation.
- show.plot
Logical. Plot it? If FALSE
, no plot
is produced and the matrix of scores (\(n\) latent variable
values) is returned. If TRUE
, the rank of object
need not be 2.
- groups
A vector whose distinct values indicate
which group the observation belongs to. By default, all the
observations belong to a single group. Useful for the multinomial
logit model (see multinomial
.
- gapC
The gap between the end of the arrow and the text
labelling of C, in latent variable units.
- scaleA
Numerical value that is multiplied by A,
so that C is divided by this value.
- xlab
Caption for the x-axis. See
par
.
- ylab
Caption for the y-axis. See
par
.
- Alabels
Character vector to label A. Must be
of length \(M\).
- Aadj
Justification of text strings for
labelling A. See the adj
argument of
par
.
- Acex
Numeric. Character expansion of the
labelling of A. See the cex
argument of
par
.
- Acol
Line color of the arrows representing C.
See the col
argument of par
.
- Apch
Either an integer specifying a symbol or a single
character
to be used as the default in plotting points. See
par
. The pch
argument can
be of length \(M\), the number of species.
- Clabels
Character vector to label C. Must be
of length \(p2\).
- Cadj
Justification of text strings for
labelling C. See the adj
argument of
par
.
- Ccex
Numeric. Character expansion of the
labelling of C. See the cex
argument of
par
.
- Ccol
Line color of the arrows representing C.
See the col
argument of par
.
- Clty
Line type of the arrows representing C.
See the lty
argument of par
.
- Clwd
Line width of the arrows representing C.
See the lwd
argument of par
.
- chull.arg
Logical. Plot the convex hull of the scores?
This is done for each group (see the group
argument).
- ccex
Numeric.
Character expansion of the labelling of the convex hull.
See the cex
argument of par
.
- ccol
Line color of the convex hull. See the col
argument of par
.
- clty
Line type of the convex hull. See the lty
argument of par
.
- clwd
Line width of the convex hull. See the lwd
argument of par
.
- spch
Either an integer specifying a symbol or
a single character
to be used as the default in plotting points.
See par
.
The spch
argument can be of length \(M\),
number of species.
- scex
Numeric. Character expansion of the
labelling of the scores.
See the cex
argument of par
.
- scol
Line color of the arrows representing C.
See the col
argument of par
.
- slabels
Character vector to label the scores.
Must be of length \(n\).
- ...
Arguments passed into the plot
function
when setting up the entire plot. Useful arguments here include
xlim
and ylim
.