Description Usage Arguments Value Examples
Draw y-axis
1 2 3 4 | spiral_yaxis(side = c("both", "start", "end"), at = NULL, labels = TRUE,
ticks_length = unit(2, "bigpts"),
ticks_gp = gpar(), labels_gp = gpar(fontsize = 6),
track_index = current_track_index())
|
side |
On which side of the spiral the y-axis is drawn? "start" means the inside of the spiral and "end" means the outside of the spiral. Note if |
at |
Break points. |
labels |
Corresponding labels for the break points. |
ticks_length |
Length of the tick. Value should be a |
ticks_gp |
Graphics parameters for ticks. |
labels_gp |
Graphics parameters for labels. |
track_index |
Index of the track. |
No value is returned.
1 2 3 | spiral_initialize(); spiral_track(height = 0.8)
spiral_yaxis("start")
spiral_yaxis("end", at = c(0, 0.25, 0.5, 0.75, 1), labels = letters[1:5])
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.