elaborator_draw_ref_pattern {elaborator} | R Documentation |
Generates tree diagram according to the reference-value based pattern analysis
Description
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.
Usage
elaborator_draw_ref_pattern(
pattern_Matrix,
fontsize,
number_columns,
background_color = "#E2F3F2"
)
Arguments
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 |
Value
No return value; this function is called to draw a tree diagram according to the reference-value based pattern analysis.
[Package elaborator version 1.3.4 Index]