zoom-HilbertCurve-method: Zoom original positions

zoom-HilbertCurve-methodR Documentation

Zoom original positions

Description

Zoom original positions

Usage

## S4 method for signature 'HilbertCurve'
zoom(object, x)

Arguments

object

A HilbertCurve-class object.

x

original positions.

Details

Internally, position are stored as integer values. To better map the data to the Hilbert curve, the original positions are zoomed according to the range and the level of Hilbert curve. E.g. if the curve visualizes data ranging from 1 to 2 but level of the curve is set to 4, the positions will be zoomed by ~x2000 so that values like 1.5, 1.555 can be mapped to the curve with more accuracy.

The function is used internally.

Value

A numeric vector which is zoomed positions.

Author(s)

Zuguang Gu <z.gu@dkfz.de>

Examples

hc = HilbertCurve(1, 2)
zoom(hc, 1.5)

jokergoo/HilbertCurve documentation built on Feb. 27, 2024, 6:44 p.m.