Learn R Programming

adegraphics (version 1.0-4)

s1d.match: 1-D plot of the matching between two numeric scores

Description

This function represents paired scores with evenly spaced labels.

Usage

s1d.match(score1, score2, labels = 1:NROW(score1), at = 0.5, 
  facets = NULL, plot = TRUE, storeData = TRUE, add = FALSE, 
  pos = -1, ...)

Arguments

score1
a numeric vector (or a data frame) used to produce the plot
score2
a numeric vector used to produce the plot with as many values as values (or rows) in score1
labels
the labels' names drawn for each score1 value
at
a numeric vector used as an index
facets
a factor splitting score1 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 is FALSE
...
additional graphical parameters (see adegpar and trellis.par.get)

Value

  • An object of class ADEg (subclass S1.match) or ADEgS (if add is TRUE and/or if facets or data frame for score or data frame for fac are used). The result is displayed if plot is TRUE.

Details

Graphical parameters for rugs are available in plines of adegpar. Some appropriated graphical parameters in p1d are also available.

See Also

S1.match ADEg.S1

Examples

Run this code
s1d.match(-5:5, 2 * (-5:5))

Run the code above in your browser using DataLab