Learn R Programming

PERMANOVA (version 0.2.0)

Circle2: Draws a circle.

Description

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

Usage

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.

Value

No value is returned.

Details

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

Examples

Run this code
# NOT RUN {
plot(0,0)
Circle2(1,c(0,0))
# }

Run the code above in your browser using DataLab