Generic plotting functions
Source:R/lines_methods.R
, R/plot_methods.R
, R/points_methods.R
plot-distribution-method.Rd
These are generic functions for distribution reference objects. Standard plotting functions, i.e. plot, points, and lines work with all distribution objects.
Arguments
- x
a distribution reference object.
- cut
logical (default
FALSE
) - Where should the plot begin. Ifcut=FALSE
, then the plot will start at the minimum data value. Otherwise, the plot will start fromxmin
- draw
logical (default
TRUE
). Should the plot/lines/points function plot or return the data (in a data frame object).- length.out
numeric, default 100. How many points should the distribution be evaluated at. This argument is only for plotting the fitted lines.
- ...
Further arguments passed to the
lines
functions.