dlines | R Documentation |
Connects two sets of points by lines in a rowwise manner. Adapted from Graffelman(2013)
dlines(SetA, SetB, lin = "dotted", color = "black", ...)
SetA |
First set of points |
SetB |
Second set of points |
lin |
Line style. |
color |
Line color |
... |
Any other graphical parameters |
Connects two sets of points by lines
NULL
Based on Graffelman (2013)
Jan Graffelman (2013). calibrate: Calibration of Scatterplot and Biplot Axes. R package version 1.7.2. http://CRAN.R-project.org/package=calibrate
## No examples
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.