Function to better position the labels on the graphs
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-coordinatesy
: the y-coordinateslabels
: the labelscex
: cexmethod
: not usedallowSmallOverlap
: booleantrace
: booleanshadotext
: booleandoPlot
: boolean...
: further arguments passed to or from other methodsSee the text function