plot.pte_qtt: plot.pte_qtt

View source: R/ggpte.R

plot.pte_qttR Documentation

plot.pte_qtt

Description

Convenience wrapper around autoplot.pte_qtt.

Usage

## S3 method for class 'pte_qtt'
plot(x, type = "overall", cband = TRUE, plot_probs = 0.5, plot_ci = NULL, ...)

Arguments

x

a pte_qtt object

type

which aggregation to plot. See autoplot.pte_qtt.

cband

logical; if TRUE (default), show uniform confidence band.

plot_probs

numeric vector of quantile levels to show. See autoplot.pte_qtt.

plot_ci

logical or NULL. See autoplot.pte_qtt.

...

passed to autoplot.pte_qtt

Value

invisibly returns the ggplot object


ptetools documentation built on July 20, 2026, 5:06 p.m.