View source: R/GenerateFlowchartVect.R
This function merges ns from an input result vector or list, and generates vector for flowchart tikz code. Number of excluded subjects are generated automatically.
1 2 | GenerateFlowchartVect(results, node_text, exclusion_text,
results_lst = NULL)
|
results |
Numeric vector or numeric list. Results vector or list. No default. |
node_text |
Character vector. Node text for each of ns in results. In the order in which ns is presented in the results list. No default. |
exclusion_text |
Character vector. Length of node_text - 1. Node text for exclusion nodes. In the order in which ns is presenter in the results list. No default. |
results_lst |
List. Results list, if such a list exist. Defaults to NULL. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.