Learn R Programming

MultBiplotR (version 23.11.0)

dlines: Connects two sets of points by lines

Description

Connects two sets of points by lines in a rowwise manner. Adapted from Graffelman(2013)

Usage

dlines(SetA, SetB, lin = "dotted", color = "black", ...)

Value

NULL

Arguments

SetA

First set of points

SetB

Second set of points

lin

Line style.

color

Line color

...

Any other graphical parameters

Author

Based on Graffelman (2013)

Details

Connects two sets of points by lines

References

Jan Graffelman (2013). calibrate: Calibration of Scatterplot and Biplot Axes. R package version 1.7.2. http://CRAN.R-project.org/package=calibrate

Examples

Run this code
## No examples

Run the code above in your browser using DataLab