Learn R Programming

qte (version 2.0.0)

plot.QTE: plot.QTE

Description

Plots a QTE object using autoplot.QTE.

Usage

# S3 method for QTE
plot(x, cband = TRUE, ylab = "QTE", ...)

Value

invisibly returns the ggplot object.

Arguments

x

a QTE object, as returned by unc_qte.

cband

logical; if TRUE (default), show the uniform confidence band. If FALSE, show pointwise intervals.

ylab

label for the y-axis. Default "QTE".

...

passed to autoplot.QTE.