Description Usage Arguments Details Value See Also Examples
make_diagram
creates a
1 2 3 4 5 6 7 8 9 10 |
report_file |
Step's list or Reportr object, Default: knitr::current_input(dir = TRUE). |
critical |
Critical steps, Default: list(names = "lustering|uality", color = "Gold"). |
exclude |
Exclude these steps, Default: 'libraries'. |
style |
Style has a pre-set of connections between steps, Default: 'single-cell'. |
extra_connections |
This further modifies connections, Default: NULL. |
critical_connections |
Makes the connection red, Default: NULL. |
central_node |
Step connected to the rest after it, Default: ”. |
last_node |
Last step in the diagram, Default: ”. |
At the moment is more difficult to get the right titles from a list or an Reportr object
Spec for a Graphviz diagram as text.
1 2 3 4 5 6 | ## Not run:
if(interactive()){
DiagrammeR::grViz(make_diagram(list("Step1"= 1, "Step2" = 2), style = NULL))
}
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.