Origin
Draws coordinate axes in a plot.
origin(m=c(0,0), ...)
m |
the coordinates of the means (2 x 1). |
... |
other arguments passed on to the |
Jan Graffelman (jan.graffelman@upc.edu)
X <- matrix(runif(40),ncol=2) plot(X[,1],X[,2]) origin(m=c(mean(X[,1]),mean(X[,2])))
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.