unzoom-HilbertCurve-method {HilbertCurve} | R Documentation |
Transform zoomed positions to their original values
## S4 method for signature 'HilbertCurve' unzoom(object, x)
object |
A |
x |
positions. |
This is a reverse function of zoom,HilbertCurve-method
.
The function is used internally.
A numeric vector of original positions.
Zuguang Gu <z.gu@dkfz.de>
hc = HilbertCurve(1, 2) z = zoom(hc, 1.5) unzoom(hc, z)