hc_normal_points-HilbertCurve-method | R Documentation |
Add points to the Hilbert curve
## S4 method for signature 'HilbertCurve'
hc_normal_points(object, ir = NULL, x1 = NULL, x2 = x1, gp = gpar(),
pch = 1, size = unit(1, "char"))
object |
A |
ir |
an |
x1 |
if start positions are not integers, they can be set by |
x2 |
if end positions are not integers, they can be set by |
size |
size of the points. It should be a |
pch |
shape of points, pass to |
gp |
graphic parameters for points. It should be specified by |
Points are added at the middle of the intervals in ir
(or x1
and x2
),
so there is only one point for each interval.
This function is used internally. Please use hc_points,HilbertCurve-method
instead.
A data frame which contains coordinates (in the 2D space) of points.
Zuguang Gu <z.gu@dkfz.de>
hc_points,HilbertCurve-method
# see documentation of hc_points
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.