plot.pautocorr: plot the results of pautocorr.test

Description Usage Arguments Value Author(s)

Description

This function visualizes the results of function pautocorr.test.

Usage

1
2
3
4
## S3 method for class 'pautocorr'
plot(x,alpha=0.05,
	layout.v = c(2,2),
	legendpos = list(A='bottomright',B ='topleft'),...)

Arguments

x

a list of results on (partial) autocorrelation testing returned by pautocorr.test. Plots are generated only when method = 'all'.

alpha

the significance level. Default is 0.05.

layout.v

A vector of the form c(nr, nc). Subsequent figures will be drawn in an nr-by-nc array on the device by rows (mfrow).

legendpos

a list of x and y co-ordinates to be used to position the legend. They can be specified by keyword or in any way which is accepted by xy.coords. See Examples.

...

Options passed to plot function

Value

A graph with two rows of ACF and PACF plots is generated. The first row visualizes the results of the asymptotic method and the surrogate data method. The second row visualizes the results of the Bartlett's formula method and the vectorized moving block bootstrap.

Note that plots will be generated only when method is set to 'all' in pautocorr.test.

Author(s)

Zijun Ke <keziyun@mail.sysu.edu.cn> and Zhiyong Zhang <zhiyongzhang@nd.edu>


pautocorr documentation built on May 2, 2019, 6:09 p.m.