View source: R/annotate_axis.R
annotate_axis_line | R Documentation |
Replace axis line with an annotated segment.
annotate_axis_line(position, ..., colour = NULL, linewidth = NULL)
position |
The position of the axis. One of "bottom", "top", "left", or "right". |
... |
Extra parameters passed to |
colour |
The colour of the annotated segment. Inherits from the current theme axis.line etc. |
linewidth |
The linewidth of the annotated segment. Inherits from the current theme axis.line etc. |
A list of a annotate layer and theme elements.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.