impute.timeblobs {hydrosanity}R Documentation

Fill Gaps in Time Series

Description

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

Usage

impute.timeblobs(blob.list, which.impute = names(blob.list), timelim = NULL, extend = F, withinTimeframe = NA, method = c("distance", "correlation", "constant"), constant = c("mean", "zero", "extend"), trim = 0)

imputeGaps.timeblobs(blob.list, which.impute = names(blob.list), type = c("disaccumulated", "imputed"), fallBackToConstantDisaccum = T, maxGapLength = Inf, extend = F, ...)

quick.disaccumulate.timeblob(blob)

unimputeGaps.timeblobs(blob.list, timelim = NULL, type = c("imputed", "disaccumulated"))

Arguments

blob.list ~~Describe blob.list here~~
which.impute ~~Describe which.impute here~~
timelim ~~Describe timelim here~~
extend ~~Describe extend here~~
withinTimeframe ~~Describe withinTimeframe here~~
method ~~Describe method here~~
constant ~~Describe constant here~~
trim ~~Describe trim here~~
type ~~Describe type here~~
fallBackToConstantDisaccum ~~Describe fallBackToConstantDisaccum here~~
maxGapLength ~~Describe maxGapLength here~~
... ~~Describe ... here~~
blob ~~Describe blob 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'

...

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]