| s1d.curves {adegraphics} | R Documentation |
1-D plot of multiple scores linked by curves
Description
This function represents multiple scores using points linked by curves.
Usage
s1d.curves(score, at = 1:NROW(score), facets = NULL, plot = TRUE,
storeData = TRUE, add = FALSE, pos = -1, ...)
Arguments
score |
a numeric matrix (or a data frame) used to produce the plot |
at |
a numeric vector used as an index |
facets |
a factor splitting |
plot |
a logical indicating if the graphics is displayed |
storeData |
a logical indicating if the data are stored in
the returned object. If |
add |
a logical. If |
pos |
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 |
... |
additional graphical parameters (see
|
Details
Graphical parameters for lines and points are available in plines and in ppoints of adegpar.
Some appropriated graphical parameters in p1d are also available.
Value
An object of class ADEg (subclass C1.curves) or ADEgS (if add is TRUE and/or
if facets are used).
The result is displayed if plot is TRUE.
Author(s)
Aurelie Siberchicot aurelie.siberchicot@univ-lyon1.fr and Stephane Dray
See Also
Examples
scores <- matrix(1:50, nrow = 10)
s1d.curves(scores)