LocLab {Pursuit} | R Documentation |
Function for better position of the labels in the graphs.
Description
Function for better position of the labels in the graphs.
Usage
LocLab(x, y = NULL, labels = seq(along = x), cex = 1,
method = c("SANN", "GA"), allowSmallOverlap = FALSE,
trace = FALSE, shadotext = FALSE,
doPlot = TRUE, ...)
Arguments
x |
Coordinate x |
y |
Coordinate y |
labels |
The labels |
cex |
cex |
method |
Not used |
allowSmallOverlap |
Boolean |
trace |
Boolean |
shadotext |
Boolean |
doPlot |
Boolean |
... |
Other arguments passed to or from other methods |
Value
See the text of the function.
[Package Pursuit version 1.0.5 Index]