circle draws a circle in an existing plot.
circle
circle(radius)
radius
NULL
Jan Graffelman jan.graffelman@upc.edu
set.seed(123) X <- matrix(rnorm(20),ncol=2) plot(X[,1],X[,2]) circle()