Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

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

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.

Value

No value returned

Author(s)

Jose Luis Vicente-Villardon

See Also

Examples

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

MultBiplotR

Multivariate Analysis Using Biplots in R

v1.3.30
GPL (>= 2)
Authors
Jose Luis Vicente-Villardon
Initial release
2021-03-30

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.