textsmart function

Labels of a Scatter

Labels of a Scatter

Plots labels of points in a scattergram. labels for points with positive x are placed on the right of the points, and labels for points with negative values on the left.

textsmart(A, Labels, CexPoints, ColorPoints, ...)

Arguments

  • A: Coordinates of the points for the scaterrgram
  • Labels: Labels for the points
  • CexPoints: Size of the labels
  • ColorPoints: Colors of the labels
  • ...: Aditional graphical arguments

Details

The function is used to improve the readability of the labels in a scatergram.

Returns

No value returned

Author(s)

Jose Luis Vicente-Villardon

See Also

plot.Principal.Coordinates

Examples

data(spiders) dist=BinaryProximities(spiders) pco=PrincipalCoordinates(dist) plot(pco, SmartLabels =TRUE)
  • Maintainer: Jose Luis Vicente Villardon
  • License: GPL (>= 2)
  • Last published: 2023-11-21

Useful links