hc_normal_points-HilbertCurve-method.Rd
Add points to the Hilbert curve
A HilbertCurve-class
object.
an IRanges
object which specifies the input intervals.
if start positions are not integers, they can be set by x1
.
if end positions are not integers, they can be set by x2
.
size of the points. It should be a unit
object, pass to grid.points
.
shape of points, pass to grid.points
.
graphic parameters for points. It should be specified by gpar
.
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.
# see documentation of hc_points
NULL
#> NULL