tree.replicate {hedgehog} | R Documentation |
Creating trees of lists
Description
Build a tree of a list, potentially keeping hold of an internal state.
Usage
tree.replicate(num, ma, ...)
tree.replicateS(num, ma, s, ...)
Arguments
num |
the length of the list in the tree |
ma |
a function which (randomly) creates new tree to add to the list |
... |
extra arguments to pass to the tree generating function |
s |
a state used when replicating to keep track of. |
[Package hedgehog version 0.1 Index]