Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

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, ...)

Arguments

radius

radius of the circle

origin

Centre of the circle

col

Color od the circle

...

Aditional 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

plot(0,0)
Circle(1,c(0,0))

MultBiplotR

Multivariate Analysis Using Biplots in R

v1.3.30
GPL (>= 2)
Authors
Jose Luis Vicente-Villardon
Initial release
2021-03-30

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.