circle: Draw a circle

Description Usage Arguments Value Author(s) Examples

Description

circle draws a circle in an existing plot.

Usage

1
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

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

Example output

Loading required package: MASS
NULL

calibrate documentation built on July 1, 2020, 7:03 p.m.