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