autoLab function

Function to better position the labels on the graphs

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, ...)

Arguments

  • 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

Returns

See the text function

  • Maintainer: Francois Husson
  • License: GPL (>= 2)
  • Last published: 2024-04-20