Learn R Programming

HilbertCurve (version 1.2.2)

HilbertCurve-class: The HilbertCurve class

Description

The HilbertCurve class

Arguments

Methods

The HilbertCurve-class provides following methods:

Details

Hilbert curve (https://en.wikipedia.org/wiki/Hilbert_curve ) is a type of space-filling curves that folds one-dimensional axis into a two-dimensional space, but still keeps the locality. It has advantages to visualize data with long axis with high resolution.

This package aims to provide an easy and flexible way to visualize data through Hilbert curve. The implementation and example figures are based on following sources:

  • http://mkweb.bcgsc.ca/hilbert/
  • http://corte.si/posts/code/hilbert/portrait/index.html
  • http://bioconductor.org/packages/devel/bioc/html/HilbertVis.html

See Also

The GenomicHilbertCurve-class inherits HilbertCurve-class and is designed specifically for handling genomic data.

Examples

Run this code
NULL

Run the code above in your browser using DataLab