Learn R Programming

MultBiplotR (version 23.11.0)

textsmart: Labels of a Scatter

Description

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.

Usage

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

Value

No value returned

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

Author

Jose Luis Vicente-Villardon

Details

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

See Also

plot.Principal.Coordinates

Examples

Run this code
data(spiders)
dist=BinaryProximities(spiders)
pco=PrincipalCoordinates(dist)
plot(pco, SmartLabels =TRUE)

Run the code above in your browser using DataLab