draw_rules_2x2 | R Documentation |
Draw the expansion rules
draw_rules_2x2()
draw_rules_3x3_peano(flip = FALSE)
draw_rules_3x3_meander(flip = FALSE)
flip |
Whether to use the "flipped" rules? For the Peano curve and the Meander curve, there is also a "fliiped" version of the curve expansion rules. See the vignettes for details. |
The expansion rules define how the curve is expanded from level-0 to level-1.
No value is returned.
draw_rules_2x2()
# the units in the main rules of the Peano curve are vertical
draw_rules_3x3_peano()
# the units in the flipped rules of the Peano curve are horizontal
draw_rules_3x3_peano(flip = TRUE)
# the units in the main rules of the Meander curve are "forward"
# i.e. the direction of the "wave" is the same as the direction of the curve
draw_rules_3x3_meander()
# the units in the flipped rules of the Meander curve are "backward"
draw_rules_3x3_meander(flip = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.