R/redraw.R

Defines functions redraw

Documented in redraw

redraw <-
function(series,...){
args <- list(...)
ws = spec.pgram(series,spans=args$p,plot=FALSE,detrend=args$detrend)
return(ws$spec)
}

Try the timesboot package in your browser

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

timesboot documentation built on May 2, 2019, 2:37 p.m.