
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, ...)
No value returned
Coordinates of the points for the scaterrgram
Labels for the points
Size of the labels
Colors of the labels
Aditional graphical arguments
Jose Luis Vicente-Villardon
The function is used to improve the readability of the labels in a scatergram.
plot.Principal.Coordinates
data(spiders)
dist=BinaryProximities(spiders)
pco=PrincipalCoordinates(dist)
plot(pco, SmartLabels =TRUE)
Run the code above in your browser using DataLab