Learn R Programming

HilbertCurve (version 1.2.2)

hc_level-HilbertCurve-method: Level of the Hilbert curve

Description

Level of the Hilbert curve

Usage

## S3 method for class 'HilbertCurve':
hc_level(object)

Arguments

object

Value

  • The level of the Hilbert curve.

Examples

Run this code
hc = HilbertCurve(1, 100)
hc_level(hc)

hc = HilbertCurve(1, 100, level = 5)
hc_level(hc)

Run the code above in your browser using DataLab