circularSection | R Documentation |
Draw a section on the outside of the circle
circularSection(
from,
to,
units = "hours",
template = "clock24",
limits = c(1, 0),
fill = "white",
border = "black"
)
from |
value where the section should start |
to |
value where the section should end |
units |
units of the from and to variables, defaults to "hours" |
template |
variable to feed into the circular package base functions |
limits |
two values controlling the vertical start and end points of the section |
fill |
The colour of the section |
border |
The colour of the section's border |
No return value, adds to an existing plot.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.