plot.pacf: Plot sample PACF of time series

Description Usage Arguments Value Author(s)

View source: R/plot.R

Description

Take time series data and plot their sample PACF and CI.

Usage

1
plot.pacf(data, lag.max = NULL, conf.level = 0.95, name = NULL)

Arguments

data

Time series data or list of them whose PACF is to be plotted. The data should be either ts object or numeric vector.

lag.max

Maximum length of lag to be shown. If null, it uses default setting of acf function.

conf.level

The confidence level for CI. (default = 0.95)

name

Character vector of data names for facet titles. If NULL, it uses the name of input data argument instead. (default = NULL)

Value

ggplot object of the plot

Author(s)

Sanghyun Park, Daun Jeong, and Sehun Kim


eik4862/Subway documentation built on Sept. 24, 2021, 3:39 a.m.