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

origin

Origin


Description

Draws coordinate axes in a plot.

Usage

origin(m=c(0,0), ...)

Arguments

m

the coordinates of the means (2 x 1).

...

other arguments passed on to the lines function

Author(s)

Jan Graffelman (jan.graffelman@upc.edu)

See Also

Examples

X <- matrix(runif(40),ncol=2)
   plot(X[,1],X[,2])
   origin(m=c(mean(X[,1]),mean(X[,2])))

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.