Plot a [harmonograph](https://en.wikipedia.org/wiki/Harmonograph)
mplot3.harmonograph(steps = seq(1, 500, by = 0.01), seed = NULL,
col = "white", alpha = 0.2, bg = "black", lwd = 1, text = NULL,
text.side = 1, text.line = -1, text.adj = 0, text.padj = 0,
text.col = col, mar = c(0, 0, 0, 0), oma = c(0, 0, 0, 0),
xlim = NULL, ylim = NULL, new = FALSE, par.reset = TRUE)Float, vector
Integer
Line color. Default = "white"
Alpha for line color col. Default = .2
Color for background. Default = "black"
Float: Line width
String: Text you want printed along with the harmonograph. Default = NULL
Integer 1, 2, 3, 4: side argument for mtext
Float: line argument for mtext
Float: adj argument for mtext
Float: padj argument for mtext
Color: Text color. Default is same as col
Float vector, length 4: Plot margins. (par's mar argument) Default = c(0, 0, 0, 0)
Logical. If TRUE, reset par before exit
Unless you define a seed, each graph will be random. Try different seeds if you want to reproduce your graphs. Some seeds to try: 9, 17, 26, 202, 208, ...