Phyllotaxis | R Documentation |
Outputs the plant phyllotaxis formula or angle of divergence
Phyllotaxis(n, angle=FALSE) Fibonacci(x)
n |
non-negative integer |
angle |
if TRUE, output angle of divergence |
x |
non-negative integer |
'Fibonacci(x)' calculates the n's Fibonacci's number, it is the rare case that is not exercise but really used for work.
'Phyllotaxis(n)' uses 'Fibonacci(x)' to output the phyllotaxis formula (see examples) or (if 'angle=TRUE') the angle of divergence.
Number or character vector of length one.
Alexey Shipunov
sapply(1:10, Fibonacci) sapply(1:10, Phyllotaxis) sapply(1:10, Phyllotaxis, angle=TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.