Function to plot the result of the SNHT fit
plotSNHT(data, stat, time = NULL, alpha = NULL)
The vector of time series observations that were input to the snht function.
A data.frame as returned by the snht function.
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.
The confidence level for the SNHT test. Note, though, that multiple tests are being performed and that is NOT accounted for in this function.
No object is returned, but a plot is instead generated.