plot.univariateML | R Documentation |
The plot
, lines
, and points
methods for
univariateML
objects.
## S3 method for class 'univariateML'
plot(x, range = NULL, kind = c("d", "p", "q"), ...)
## S3 method for class 'univariateML'
lines(x, range = NULL, kind = c("d", "p", "q"), ...)
## S3 method for class 'univariateML'
points(x, range = NULL, kind = c("d", "p", "q"), ...)
x |
a |
range |
range of |
kind |
can be |
... |
parameters passed to |
An invisible copy of x
.
plot(mlweibull(datasets::precip), main = "Annual Precipitation in US Cities")
lines(mlgamma(datasets::precip), lty = 2)
rug(datasets::precip)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.