plot.univariateML {univariateML} | R Documentation |
Plot, Lines and Points Methods for Maximum Likelihood Estimates
Description
The plot
, lines
, and points
methods for
univariateML
objects.
Usage
## S3 method for class 'univariateML'
plot(x, range = NULL, ...)
## S3 method for class 'univariateML'
lines(x, range = NULL, ...)
## S3 method for class 'univariateML'
points(x, range = NULL, ...)
Arguments
x |
a |
range |
range of |
... |
parameters passed to |
Value
An invisible copy of x
.
Examples
plot(mlweibull(datasets::precip), main = "Annual Precipitation in US Cities")
lines(mlgamma(datasets::precip), lty = 2)
rug(datasets::precip)
[Package univariateML version 1.1.1 Index]