View source: R/K003_mandalas.R
| makeMandalaStringArt | R Documentation | 
Creates string art whose points are on circles and the lines are between the circles.
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), ... )
| 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 | 
Returns a component that represents a piece of stringArt.
Other stringArt: 
makeShapeStringArt(),
makeStringArt(),
stringArt
print(1+1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.