## S3 method for class 'HilbertCurve':
hc_segmented_points(object, ir, x1 = NULL, x2 = NULL, gp = gpar(),
np = max(c(2, 10 - hc_level(object))),
mean_mode = c("w0", "absolute", "weighted"),
shape = "circle")
HilbertCurve-class
object.IRanges
object which specifies the input intervals.x1
.x2
.gpar
. The size of the points can be set here because the size of points are determined by np
argument.ir
, how to calculate the mean values for this segment. See explanation in hc_points
.np
points.This function is used internally, please use hc_points,HilbertCurve-method
directly.
# see documentation of hc_points
NULL
Run the code above in your browser using DataLab