plotHilbertCurve: Plotting the Hilbert curve (for demonstation purposes).

Description Usage Arguments Value Author(s) See Also Examples

View source: R/hilbert.R

Description

This function plots the Hilbert curve fractal at a chosen iteration level in order to give you an impression how it looks like.

Usage

1
plotHilbertCurve( lv, new.page = TRUE )

Arguments

lv

The iteration level. A Hilbert curve of level lv spans a square with side length 2^lv (coordinates ranging from 0 to 2^lv-1) and has 4^lv points. Values lv > 7 will take very long and yield a cluttered mesh of indistuingishable lines.

new.page

Boolean indicating whether to start a new graphics page (default: yes).

Value

An invisble NULL is returned. Furthermore, a plot is created.

Author(s)

Simon Anders, EMBL-EBI, sanders@fs.tum.de

See Also

hilbertCurve

Examples

1

Example output

Loading required package: grid
Loading required package: lattice

HilbertVis documentation built on Nov. 8, 2020, 6:50 p.m.