Description Usage Arguments Value
View source: R/elaborator_plot_ref_pattern.R
Generates diagrams showing the frequency of normal and abnormal values at each visit of a study separately by treatment group and laboratory parameter according to the reference-value based pattern analysis.
1 2 3 4 5 6 7 | elaborator_plot_ref_pattern(
data,
criterion,
fontsize = 0.6,
sorting_vector = as.character(unique(data[, "PARAMCD"])),
abnormal_value_factor = 1
)
|
data |
data set |
criterion |
criterion for defining whether abnormal values are defined as values below the lower limit of normal (less), above the upper limit of normal (greater) or either above the upper limit of normal or below the lower limit of normal (within) |
fontsize |
font size of numbers printed inside the circles |
sorting_vector |
vector of laboratory parameter names in the order in which laboratory parameters are presented in the output |
abnormal_value_factor |
numeric which is multiplied with upper and/or lower limit of normal for defining abnormal values; can only take positive values. |
No return value, called to plot the reference-based value pattern.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.