makeSpirograph: spirograph

View source: R/M006_spirograph.R

makeSpirographR Documentation

spirograph

Description

Creates a spirograph.

Usage

makeSpirograph(
  discSizes = c(1, 0.4),
  discRotations = c(3, 25),
  tmin = 0,
  tmax = 2 * pi,
  lent = 1000,
  ...
)

Arguments

discSizes, discRotations

spirograph parameters.

lent, tmin, tmax

passed to makeTSpace()

...

parameters passed to makePolar

Value

Returns a component

Examples

pruneStart(1:10,4)

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