Learn R Programming

MultBiplotR (version 23.11.0)

Circle: Draws a circle

Description

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

Usage

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

Value

No value is returned

Arguments

radius

radius of the circle

origin

Centre of the circle

col

Color od the circle

...

Aditional graphical parameters

Author

Jose Luis Vicente Villardon

Details

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

Examples

Run this code
plot(0,0)
Circle(1,c(0,0))

Run the code above in your browser using DataLab