R/generics.R
plot.univariateML.Rd
The plot
, lines
, and points
methods for
univariateML
objects.
# S3 method for univariateML plot(x, range = NULL, ...) # S3 method for univariateML lines(x, range = NULL, ...) # S3 method for univariateML points(x, range = NULL, ...)
x | a |
---|---|
range | range of |
... | parameters passed to |
An invisible copy of x
.