Generates a Duane plot (log-log or linear scale) with fitted regression line and optional confidence bounds.
Usage
# S3 method for class 'duane'
plot(
x,
log = TRUE,
conf.int = TRUE,
legend = TRUE,
legend.pos = "topleft",
...
)
Arguments
- x
An object of class
"duane"
.- log
Logical; whether to use logarithmic scales for axes (default:
TRUE
).- conf.int
Logical; whether to plot confidence bounds (default:
TRUE
).- legend
Logical; whether to include a legend (default: TRUE).
- legend.pos
Position of the legend (default: "topleft").
- ...
Further arguments passed to
plot()
.
See also
Other Duane functions:
duane()
,
print.duane()