plot_helper {kdensity} | R Documentation |
Helper function for the plot methods.
Description
A helper function for the plot methods that does most of the work under the hood.
Usage
plot_helper(
x,
range = NULL,
plot_start = FALSE,
zero_line = TRUE,
ptype = c("plot", "lines", "points"),
...
)
Arguments
x |
A |
range |
An optional range vector; like |
plot_start |
Logical; if |
zero_line |
Logical; if |
ptype |
The kind of plot to make |
... |
Passed to plot.default. |
Value
None.
[Package kdensity version 1.1.0 Index]