Circle2: Draws a circle.

Description Usage Arguments Details Value Author(s) Examples

Description

Draws a circle for a given radius at the specified center with the given color.

Usage

1
Circle2(radius = 1, origin = c(0, 0), col = 1, ...)

Arguments

radius

Radius of the circle.

origin

Centre of the circle.

col

Color of the circle.

...

Additional graphical parameters.

Details

Draws a circle for a given radius at the specified center with the given color.

Value

No value is returned.

Author(s)

Jose Luis Vicente-Villardon

Examples

1
2
plot(0,0)
Circle2(1,c(0,0))

PERMANOVA documentation built on Sept. 6, 2021, 5:07 p.m.

Related to Circle2 in PERMANOVA...