View source: R/2-generate_milestone_network.R
Generate a toy milestone network
1 2 3 4 | generate_milestone_network(model = c("linear", "cyclic", "bifurcating",
"multifurcating", "binary_tree", "tree", "converging",
"diverging_converging", "diverging_with_loops", "looping", "connected",
"disconnected"), ...)
|
model |
A model for generating the milestone network. Must be one of:
|
... |
Parameters to pass to other models. Can be in the form of 'linear = list(num_milestones = function() sample(2:8, 1)' or just 'num_milestones = 10'. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.