1-D plot of a numeric score with labels
s1d.label.Rd
This function represents a numeric labeled score
Arguments
- score
a numeric vector (or a data frame) used to produce the plot
- labels
the labels' names drawn for each
score
value- at
a numeric vector used as an index
- poslabel
the label position, it can be
regular
orvalue
. Ifregular
, labels are evenly spaced. Ifvalue
, labels are placed on the weighted mean of their class.- facets
a factor splitting
score
so that subsets of the data are represented on different sub-graphics- plot
a logical indicating if the graphics is displayed
- storeData
a logical indicating if the data are stored in the returned object. If
FALSE
, only the names of the data arguments are stored- add
a logical. If
TRUE
, the graphic is superposed to the graphics already plotted in the current device- 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
storeData
isFALSE
- ...
additional graphical parameters (see
adegpar
andtrellis.par.get
)
Details
Graphical parameters for rugs are available in plines
of adegpar
.
Some appropriated graphical parameters in p1d
are also available.
Value
An object of class ADEg
(subclass S1.label
) 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
.
Author
Alice Julien-Laferriere, Aurelie Siberchicot aurelie.siberchicot@univ-lyon1.fr and Stephane Dray