hc_level-HilbertCurve-method | R Documentation |
Level of the Hilbert curve
## S4 method for signature 'HilbertCurve'
hc_level(object)
object |
A |
The level of the Hilbert curve.
Zuguang Gu <z.gu@dkfz.de>
hc = HilbertCurve(1, 100)
hc_level(hc)
hc = HilbertCurve(1, 100, level = 5)
hc_level(hc)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.