spiral_highlight_by_sector | R Documentation |
Highlight a sector
spiral_highlight_by_sector(
x1,
x2,
x3 = NULL,
x4 = NULL,
padding = unit(1, "mm"),
gp = gpar(fill = "red")
)
x1 |
Start location which determines the start of the sector. |
x2 |
End location which determines the end of the sector. Note |
x3 |
Start location which determines the start of the sector on the upper border. |
x4 |
End location which determines the end of the sector on the upper border. |
padding |
It controls the radial extension of the sector. The value should be a |
gp |
Graphical parameters. |
x1
and x2
determine the position of the highlighted sector. If x3
and x4
are not set, the sector extends until the most outside loop.
If x3
and x4
are set, they determine the outer border of the sector. In this case, if x3
and x4
are set, x3
should be larger than x2
.
No value is returned.
spiral_initialize(xlim = c(0, 360*4), start = 360, end = 360*5)
spiral_track()
spiral_axis()
spiral_highlight_by_sector(36, 72)
spiral_highlight_by_sector(648, 684)
spiral_highlight_by_sector(216, 252, 936, 972, gp = gpar(fill = "blue"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.