traverse {timbr} | R Documentation |
Apply a function hierarchically to a forest
Description
Apply a function hierarchically to a forest in the climbing or descending direction.
Usage
traverse(.x, .f, ..., .climb = FALSE)
Arguments
.x |
A forest |
.f |
A function, formula, or vector (not necessarily atomic). |
... |
Additional arguments passed on to the mapped function. |
.climb |
Climbing or descending? |
Value
A forest.
[Package timbr version 0.2.2 Index]