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

dlines

Connect two sets of points by lines


Description

dlines connects two sets of points by lines in a rowwise manner.

Usage

dlines(SetA, SetB, lin = "dotted")

Arguments

SetA

matrix with the first set of points

SetB

matrix with teh second set of points

lin

linestyle for the connecting lines

Value

NULL

Author(s)

Jan Graffelman (jan.graffelman@upc.edu)

See Also

Examples

X <- matrix(runif(20),ncol=2)
Y <- matrix(runif(20),ncol=2)
plot(rbind(X,Y))
text(X[,1],X[,2],paste("X",1:10,sep=""))
text(Y[,1],Y[,2],paste("Y",1:10,sep=""))
dlines(X,Y)

calibrate

Calibration of Scatterplot and Biplot Axes

v1.7.7
GPL-2
Authors
Jan Graffelman <jan.graffelman@upc.edu>
Initial release
2020-06-18

We don't support your browser anymore

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