fractaldim | R Documentation |
Performs box counting on a matrix of 0s and 1s.
fractaldim(mat, plot = TRUE, ...)
mat |
a square matrix of 0s and 1s. Size must be a power of 2. |
plot |
logical. If |
... |
optional arguments to the generic |
an object of class lm
g <- sierpinski(n=5) fractaldim(g)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.