View source: R/elaborator_draw_ref_pattern.R
elaborator_draw_ref_pattern | R Documentation |
Generate tree diagram showing the number of patients with normal/abnormal values at each visit of a study according to the reference-value based pattern analysis.
elaborator_draw_ref_pattern(
pattern_Matrix,
fontsize,
number_columns,
background_color = "#E2F3F2"
)
pattern_Matrix |
matrix with reference-value based pattern information |
fontsize |
font size of numbers printed inside the circles |
number_columns |
number of layers (visits) of tree diagram |
background_color |
background color |
No return value; this function is called to draw a tree diagram according to the reference-value based pattern analysis.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.