window.timeblob {hydrosanity}R Documentation

Time Windows of Time Series (Timeblobs)

Description

~~ A concise (1-5 lines) description of what the function does. ~~

Usage

## S3 method for class 'timeblob':
window(x, start = NULL, end = NULL, inclusive = F, return.indices = F, extend = F, ...)

## S3 method for class 'timeblob':
start(x, ...)
## S3 method for class 'timeblob':
end(x, ...)

start.timeblobs(x, ...)
end.timeblobs(x, ...)
timelim.timeblobs(x)

Arguments

x ~~Describe x here~~
start ~~Describe start here~~
end ~~Describe end here~~
inclusive ~~Describe inclusive here~~
return.indices ~~Describe return.indices here~~
extend ~~Describe extend here~~
... ~~Describe ... here~~

Details

~~ If necessary, more details than the description above ~~

Value

~Describe the value returned If it is a LIST, use

comp1 Description of 'comp1'
comp2 Description of 'comp2'

... returns length 0 if blob is empty

Author(s)

~~who you are~~

References

~put references to the literature/web site here ~

See Also

~~objects to See Also as help, ~~~


[Package hydrosanity version 0.8.76 Index]