hc_segmented_points-HilbertCurve-method.RdAdd 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.
number of points (a circle or a square, ...) that are put in a segment.
graphic parameters for points. It should be specified by gpar. The size of the points can be set here because the size of points are determined by np argument.
when a segment in the curve overlaps with intervals in ir, how to calculate the mean values for this segment. See explanation in hc_points.
shape of points. Possible values are "circle", "square", "triangle", "hexagon", "star".
Every segment on the curve is split by np points.
This function is used internally, please use hc_points,HilbertCurve-method directly.
A data frame which contains coordinates (in the 2D space) of points.
# see documentation of hc_points
NULL
#> NULL