lines,distribution-method | R Documentation |
These are generic functions for distribution reference objects. Standard plotting functions, i.e. plot, points, and lines work with all distribution objects.
## S4 method for signature 'distribution'
lines(x, cut = FALSE, draw = TRUE, length.out = 100, ...)
## S4 method for signature 'distribution'
plot(x, cut = FALSE, draw = TRUE, ...)
## S4 method for signature 'distribution'
points(x, cut = FALSE, draw = TRUE, length.out = 100, ...)
x |
a distribution reference object. |
cut |
logical (default |
draw |
logical (default |
length.out |
numeric, default 100. How many points should the distribution be evaulated at. This argument is only for plotting the fitted lines. |
... |
Further arguments passed to the |
This method does not alter the internal state of the distribution objects.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.