circle: Create a Set of Circle Co-Ordinates

Description Usage Arguments Value Examples

View source: R/circle.R

Description

Creates a set of circle co-ordinates, of radius r, at position x,y

Usage

1
circle(x, y, r = 1)

Arguments

x

x position of the center of the circle

y

y position of the center of the circle

r

radius of the circle

Value

Matrix of x,y co-ordinates for a circle

Examples

1
plot(circle(0, 0, r = 1), type = 'l', asp = 1)

contourPlot documentation built on Oct. 31, 2020, 1:06 a.m.