plot_wrangler {univariateML} | R Documentation |
Wrangles arguments for use in the plot, lines and points functions.
plot_wrangler(x, range, points = FALSE, ...)
x |
The input data. |
range |
Range of the data. |
points |
Boolean; should points be plotted by default? |