mutate_kendall_rw {kendallRandomWalks} | R Documentation |
Mutate each trajectory.
Description
Mutate each trajectory.
Usage
mutate_kendall_rw(simulations, mutate_function, df = T)
Arguments
simulations |
Object of class kendall_simulation. |
mutate_function |
Function that will be applied to each trajectory. |
df |
If TRUE, a d.f will be returned, if FALSE, simulations in the kendall_simulation object passed in simulations argument will be replaced by the result of mutate_function. |
Value
data frame or a list (of class kendall_simulation)
[Package kendallRandomWalks version 0.9.4 Index]