implement_pretty_axis_args | R Documentation |
pretty_axis_args
This function implements the pretty_axis_args
argument in functions.
implement_pretty_axis_args(
x,
pretty_axis_args = NULL,
xlim = NULL,
ylim = NULL,
...
)
x |
A list of of coordinates (see |
pretty_axis_args |
A named list of parameters that are passed to |
xlim , ylim |
A vector of x and y axis limits that are passed to |
... |
Arguments passed to or from other methods. |
A list, returned by pretty_axis
.
Edward Lavender
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.