View source: R/utils-make-major-tick-labels.R
make_major_tick_labels | R Documentation |
Create a vector of x-axis tick labels by only populating the labels found at a given modulo, i.e. every nth tick mark will have a label
make_major_tick_labels(x_breaks, modulo = 5)
x_breaks |
A vector of the x-axis tick locations that appear on the plot |
modulo |
The value to use in the modulo operation to determine which tick marks will have a label and which won't |
A vector of labels
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.