R/print.toswp.R

print.toswp <-
function (x, ...) 
{
    cat("Class 'toswp' : Wavelet Packet Test of Stationarity Object :\n")
    cat("       ~~~~  : List with", length(x), "components with names\n")
    cat("             ", names(x), "\n\n")
    cat("\nsummary(.):\n----------\n")
    summary.toswp(x)
}

Try the BootWPTOS package in your browser

Any scripts or data that you put into this service are public.

BootWPTOS documentation built on May 20, 2022, 5:05 p.m.