impute.timeblobs {hydrosanity} | R Documentation |
~~ A concise (1-5 lines) description of what the function does. ~~
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"))
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~~ |
~~ If necessary, more details than the description above ~~
~Describe the value returned If it is a LIST, use
comp1 |
Description of 'comp1' |
comp2 |
Description of 'comp2' |
...
~~who you are~~
~put references to the literature/web site here ~
~~objects to See Also as help
, ~~~