Description Usage Arguments Details Value Author(s) Examples
Transform zoomed positions to their original values
1 2 | ## 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>
1 2 3 | hc = HilbertCurve(1, 2)
z = zoom(hc, 1.5)
unzoom(hc, z)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.