plotSNHT: Plot SNHT

Description Usage Arguments Value

Description

Function to plot the result of the SNHT fit

Usage

1
plotSNHT(data, stat, time = NULL, alpha = NULL)

Arguments

data

The vector of time series observations that were input to the snht function.

stat

A data.frame as returned by the snht function.

time

If the observations in data are not equally spaced, then this vector will specify the times of the observations. This object should be numeric or should be able to be coerced to numeric.

alpha

The confidence level for the SNHT test. Note, though, that multiple tests are being performed and that is NOT accounted for in this function.

Value

No object is returned, but a plot is instead generated.


snht documentation built on May 1, 2019, 10:05 p.m.