Description Usage Arguments Value
View source: R/accelerate-process.R
Reintegrate to another (longer) epoch
1 2 3 4 5 6 7 8 | reintegrate(
x,
TO = NULL,
FACTOR = NULL,
after = delete.zeros,
fractional = warning,
...
)
|
x |
acc object |
TO |
target epoch |
FACTOR |
factor |
after |
function to be applied afterwards |
fractional |
function to be called when fractional epoch occurs: normally either warning or error, possibly print or cat |
... |
passed to 'after' |
x
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.