amAxisBreaks | R Documentation |
Create an object defining the breaks on an axis.
amAxisBreaks( values = NULL, labels = NULL, interval = NULL, timeInterval = NULL )
values |
positions of the breaks, a vector of values; for a date axis, this must be a vector of dates |
labels |
if |
interval |
for equally spaced breaks, the number of pixels between two
consecutive breaks; ignored if |
timeInterval |
for equally spaced breaks on a date axis, this option
defines the interval between two consecutive breaks; it must be a string
like |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.