- Home
- Bioconductor 3.22
- Software Packages
- HilbertCurve
HilbertCurve
This is the released version of HilbertCurve; for the devel version, see HilbertCurve.
Making 2D Hilbert Curve
Bioconductor version: Release (3.22)
Hilbert curve is a type of space-filling curves that fold one dimensional axis into a two dimensional space, but with still preserves the locality. This package aims to provide an easy and flexible way to visualize data through Hilbert curve.
Author: Zuguang Gu [aut, cre] ORCID iD ORCID: 0000-0002-7395-8709
Maintainer: Zuguang Gu <z.gu at dkfz.de>
citation("HilbertCurve")):
Installation
To install this package, start R (version "4.5") and enter:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("HilbertCurve")
For older versions of R, please refer to the appropriate Bioconductor release.
Documentation
To view documentation for the version of this package installed in your system, start R and enter:
browseVignettes("HilbertCurve")
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.