circles: circles

Description Usage Arguments Value Author(s)

View source: R/methods.R

Description

This function plots circles of length(x) into a two-dimensional space.

Usage

1
2
  circles(x, y, r, col = rep(0, length(x)),
    border = rep(1, length(x)), ...)

Arguments

x

Defines the x coordinate of the circle.

y

Defines the y coordinate of the circle.

r

Defines the radius 'r' of each circle.

col

Defines the color of the circle, if 'col' is a vector. Otherwise every circle has the same color.

border

If 'True' a border is drawn.

...

Additional parameters for the 'circle' function.

Value

Plot of length(x) circles into a two-dimensional space.

Author(s)

Peter Kehler


peterkehlerjr/RcppGO documentation built on Dec. 29, 2021, 11:20 p.m.