autoLab | R Documentation |
Function to better position the labels on the graphs.
autoLab(x, y = NULL, labels = seq(along = x), cex = 1,
method = c("SANN", "GA"),
allowSmallOverlap = FALSE,
trace = FALSE, shadotext = FALSE,
doPlot = TRUE, ...)
x |
the x-coordinates |
y |
the y-coordinates |
labels |
the labels |
cex |
cex |
method |
not used |
allowSmallOverlap |
boolean |
trace |
boolean |
shadotext |
boolean |
doPlot |
boolean |
... |
further arguments passed to or from other methods |
See the text function
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.