plot.dst | R Documentation |
Plot a functional representation of a distribution.
Wrapper around the graphics::curve
function.
## S3 method for class 'dst'
plot(
x,
what = c("density", "cdf", "survival", "quantile", "hazard", "chf"),
...
)
x |
Distribution object |
what |
Name of the representation to plot. |
... |
Other arguments to pass to the |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.