View source: R/cea_policy_tree.R
Export a tree in DOT format. This function generates a GraphViz representation of the tree, which is then written into 'dot_string'.
1 | cea_export_graphviz(tree, group.names = c("Do not reimburse", "Reimburse"))
|
tree |
the tree to convert |
group.names |
names of the treatment and control states (defaults to c("Do not reimburse", "Reimburse")) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.