axis_props | R Documentation |
The items in each of the lists can be a literal value, like 5
or
"blue", or they can be a scaled_value
object.
axis_props(
ticks = NULL,
majorTicks = NULL,
minorTicks = NULL,
grid = NULL,
labels = NULL,
title = NULL,
axis = NULL
)
ticks |
A named list of line properties for ticks. |
majorTicks |
A named list of line properties for major ticks. |
minorTicks |
A named list of line properties for minor ticks. |
grid |
A named list of line properties for grid lines. |
labels |
A named list of text properties for axis labels. |
title |
A named list of text properties for the axis title. |
axis |
A named list of line properties for the axis line. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.