dlines function

Connects two sets of points by lines

Connects two sets of points by lines

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

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

Arguments

  • SetA: First set of points
  • SetB: Second set of points
  • lin: Line style.
  • color: Line color
  • ...: Any other graphical parameters

Details

Connects two sets of points by lines

Returns

NULL

References

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

Author(s)

Based on Graffelman (2013)

Examples

## No examples
  • Maintainer: Jose Luis Vicente Villardon
  • License: GPL (>= 2)
  • Last published: 2023-11-21

Useful links