Circle function

Draws a circle

Draws a circle

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

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

Returns

No value is returned

Author(s)

Jose Luis Vicente Villardon

Examples

plot(0,0) Circle(1,c(0,0))
  • Maintainer: Jose Luis Vicente Villardon
  • License: GPL (>= 2)
  • Last published: 2023-11-21

Useful links