plot.hhj {blocklength} | R Documentation |
S3 Method for objects of class 'hhj'
## S3 method for class 'hhj'
plot(x, iter = NULL, ...)
x |
an object of class 'hhj' |
iter |
a vector of |
... |
Arguments passed on to
|
No return value, called for side effects
# Generate AR(1) time series
sim <- stats::arima.sim(list(order = c(1, 0, 0), ar = 0.5),
n = 500, innov = rnorm(500))
# Generate 'hhj' class object of optimal block length for series
hhj <- hhj(sim, sub_sample = 10)
## S3 method for class 'hhj'
plot(hhj)