powered by
circle draws a circle in an existing plot.
circle
circle(radius,origin)
the radius of the circle
the origin of the circle
NULL
# NOT RUN { set.seed(123) X <- matrix(rnorm(20),ncol=2) plot(X[,1],X[,2]) circle(1,c(0,0)) # }
Run the code above in your browser using DataLab