makeMandalaStringArt: makeMandalaStringArt

View source: R/K003_mandalas.R

makeMandalaStringArtR Documentation

makeMandalaStringArt

Description

Creates string art whose points are on circles and the lines are between the circles.

Usage

makeMandalaStringArt(
  x = 0,
  y = 0,
  radii = c(1, 2, 3, 4, 5),
  numPoints = c(16, 16, 16, 16, 16),
  distances = c(3, 1, 1, 4),
  loop = rep(TRUE, 4),
  ...
)

Arguments

x, y

centre of the circles

radii

the size of each circle. Length of this parameter controls the number of circles.

numPoints

vector. The number of points on each circle

distances, loop

string art parameters

Value

Returns a component that represents a piece of stringArt.

See Also

Other stringArt: makeShapeStringArt(), makeStringArt(), stringArt

Examples

print(1+1)

R-graphic-design/RGD documentation built on Jan. 2, 2023, 10:30 p.m.