spaceFillingCurve | R Documentation |
Functions to calculate the sequence of points given by the following dynamical system in order to draw the attractor of the system.
makeSpaceFillingCurve(type = "segments", ...) runSpaceFillingCurve( x0, y0, x1, y1, percentDistances, bearing, addFinalSegment = TRUE, lineFlip = lineFlip, segmentsToFlip = c(), segmentOrder = c() )
... |
parameters passed to the component and the component function runSpaceFillingCurve. See "details" for more information. |
make returns a component, run returns a list.
Other fractals:
sierpinski
print(1+1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.