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

circle

Draw a circle


Description

circle draws a circle in an existing plot.

Usage

circle(radius,origin)

Arguments

radius

the radius of the circle

origin

the origin of the circle

Value

NULL

Author(s)

Jan Graffelman jan.graffelman@upc.edu

Examples

set.seed(123)
   X <- matrix(rnorm(20),ncol=2)
   plot(X[,1],X[,2])
   circle(1,c(0,0))

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.