elaborator_draw_ref_pattern: Generates tree diagram according to the reference-value based...

Description Usage Arguments Value

View source: R/elaborator_draw_ref_pattern.R

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

1
2
3
4
5
6
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.


elaborator documentation built on Feb. 23, 2021, 1:06 a.m.