plot.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 (default is 0.95). Set to zero or a negative value to disable confidence intervals.
if TRUE
(default) shows guidelines associated with the
curve mid-point.
if TRUE
(default) shows in the plot the data points used
for fitting.
if TRUE
(default) shows the legend.
character string with custom legend position. See
link[graphics]{legend}
for possible keywords.
custom labels for the legend model names.
If TRUE
(default) a figure is plotted, otherwise the function
returns a list with values to create the figure manually.
If argument show
is TRUE
, no return value. If argument show
is
FALSE
, a list with all plotting data.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.