Description Usage Arguments Details Value Author(s) Examples
Add points to the Hilbert curve
1 2 3 4 5 |
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 |
np |
number of points (a circle or a square, ...) that are put in a segment. |
gp |
graphic parameters for points. It should be specified by |
mean_mode |
when a segment in the curve overlaps with intervals in |
shape |
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.
Zuguang Gu <z.gu@dkfz.de>
1 2 | # see documentation of hc_points
NULL
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.