visual | R Documentation |
visual
plots Cliff's delta and S-value for multiple groups and
multiple biomarkers.
visual(rs, rotate = FALSE, display = TRUE)
rs |
a list, output of |
rotate |
a logical, whether to rotate the biomarker labels in figures. |
display |
a logical, whether to display cell values in heatmaps. |
visual
returns a list of ggplot objects:
fig.delta |
heatmap of Cliff's delta. |
fig.sval |
heatmap of S-value. |
fig.avg |
dot plot of the average of absolute Cliff’s delta. |
mbr_fig |
combined heatmaps of Cliff's delta and S-value. |
set.seed(1)
setting <- setpop()
temp <- simul(setting$pop_mean)
mbr_result <- mbr(temp$sam)
visual(mbr_result)
#might take more than 5s in some machines
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.