R/window.dream.R

window.dream <-
    function(x,
             start = 1+(end(x$Sequences)-1)*(1-fraction),
             fraction = 0.5,
             ...)
{
    window(x$Sequences, start = start, ...)
}

Try the dream package in your browser

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

dream documentation built on May 2, 2019, 5:21 p.m.