
Last chance! 50% off unlimited learning
Sale ends in
This function represents a score using dots.
s1d.dotplot(score, at = 1:NROW(score), facets = NULL, plot = TRUE,
storeData = TRUE, add = FALSE, pos = -1, ...)
An object of class ADEg
(subclass C1.dotplot
) or ADEgS
(if add
is TRUE
and/or
if facets or data frame for score
are used).
The result is displayed if plot
is TRUE
.
a numeric vector (or a data frame) used to produce the plot
a numeric vector used as an index
a factor splitting score
so that subsets
of the data are represented on different sub-graphics
a logical indicating if the graphics is displayed
a logical indicating if the data are stored in
the returned object. If FALSE
, only the names of the data
arguments are stored
a logical. If TRUE
, the graphic is superposed to the graphics
already plotted in the current device
an integer indicating the position of the
environment where the data are stored, relative to the environment
where the function is called. Useful only if storeData
is
FALSE
additional graphical parameters (see
adegpar
and trellis.par.get
)
Alice Julien-Laferriere, Aurelie Siberchicot aurelie.siberchicot@univ-lyon1.fr and Stephane Dray
Graphical parameters for segments and dots are available in plines
and in ppoints
of adegpar
.
Some appropriated graphical parameters in p1d
are also available.
C1.dotplot
ADEg.C1
data(rpjdl, package = "ade4")
rpjdl.coa <- ade4::dudi.coa(rpjdl$fau, scannf = FALSE, nf = 4)
s1d.dotplot(rpjdl.coa$eig)
set.seed(40)
score1 <- rnorm(10)
s1d.dotplot(score1)
Run the code above in your browser using DataLab