powered by
The plot, lines, and points methods for univariateML objects.
plot
lines
points
univariateML
# S3 method for univariateML plot(x, range = NULL, kind = c("d", "p", "q"), ...)# S3 method for univariateML lines(x, range = NULL, kind = c("d", "p", "q"), ...)# S3 method for univariateML points(x, range = NULL, kind = c("d", "p", "q"), ...)
# S3 method for univariateML lines(x, range = NULL, kind = c("d", "p", "q"), ...)
# S3 method for univariateML points(x, range = NULL, kind = c("d", "p", "q"), ...)
An invisible copy of x.
x
a univariateML object.
range of x values to plot, i.e. c(lower, upper).
c(lower, upper)
can be density, probability, or quantile.
density
probability
quantile
parameters passed to plot, lines, or points.
plot(mlweibull(datasets::precip), main = "Annual Precipitation in US Cities") lines(mlgamma(datasets::precip), lty = 2) rug(datasets::precip)
Run the code above in your browser using DataLab