textsmart | R Documentation |
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, ...)
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 |
The function is used to improve the readability of the labels in a scatergram.
No value returned
Jose Luis Vicente-Villardon
plot.Principal.Coordinates
data(spiders)
dist=BinaryProximities(spiders)
pco=PrincipalCoordinates(dist)
plot(pco, SmartLabels =TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.