plot.I_smooth.Rd
This function plots a smoothed periodogram.
# S3 method for class 'I_smooth' plot(x, ...)
I_smooth function
additional arguments might become relevant in later versions
No return value, called for side effects.
set.seed(1) I <- matrix(rnorm(9), nrow = 3) spec <- I_smooth(I) plot(spec)