Draws evenly spaced labels, each label linked to the corresponding values of two numeric score.
sco.match(score1, score2, label = names(score1), clabel = 1,
horizontal = TRUE, reverse = FALSE, pos.lab = 0.5, wmatch = 3,
pch = 20, cpoint = 1, boxes = TRUE, lim = NULL, grid = TRUE,
cgrid = 1, include.origin = TRUE, origin = c(0, 0), sub = "",
csub = 1.25, possub = "bottomleft")
The matched call.
a numeric vector
a numeric vector
labels for the score
a character size for the labels, used with
par("cex")*clabel
logical. If TRUE, the plot is horizontal
logical. If horizontal = TRUE and reverse=TRUE, the plot is at the bottom, if reverse = FALSE, the plot is at the top. If horizontal = FALSE, the plot is at the right (TRUE) or at the left (FALSE).
a values between 0 and 1 to manage the position of the labels.
a numeric values to specify the width of the matching region in the plot. The width is equal to wmatch * the height of character
an integer specifying the symbol or the single character to be used in plotting points
a character size for plotting the points, used with par("cex")*cpoint
. If zero, no points are drawn
if TRUE, labels are framed
the range for the x axis or y axis (if horizontal = FALSE), if NULL, they are computed
a logical value indicating whether a grid in the background of the plot should be drawn
a character size, parameter used with par("cex")* cgrid
to indicate the mesh of the grid
a logical value indicating whether the point "origin" should belong to the plot
the fixed point in the graph space, for example c(0,0) the origin axes
a string of characters to be inserted as legend
a character size for the legend, used with par("cex")*csub
a string of characters indicating the sub-title position ("topleft", "topright", "bottomleft", "bottomright")
Stéphane Dray stephane.dray@univ-lyon1.fr