Skip to contents

Plots a QTE object using autoplot.QTE.

Usage

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

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.

Value

invisibly returns the ggplot object.