plot.drda {drda} | R Documentation |
Plot maximum likelihood curves fitted with drda
.
## S3 method for class 'drda'
plot(x, ...)
x |
|
... |
other |
This function provides a scatter plot of the observed data, overlaid with the maximum likelihood curve fit. If multiple fit objects from the same family of models are given, they will all be placed in the same plot.
Accepted plotting arguments are:
character string with the base used for printing the values on
the x
axis. Accepted values are 10
for base 10, 2
for base 2, e
for base e, or n
(default) for no log-scale printing.
curve color(s). By default, up to 9 color-blind friendly colors are provided.
axis labels.
the range of x and y values with sensible defaults.
level of confidence intervals. Set to zero or a negative value to disable confidence intervals.
if FALSE
do not show guidelines associated with the
curve mid-point.
if FALSE
do not show data points used for fitting in the
plot.
if FALSE
do not show the legend.
character string with custom legend position. See
link[graphics]{legend}
for possible keywords.
custom labels for the legend model names.
No return value.