powered by
visual plots Cliff's delta and S-value for multiple groups and multiple biomarkers.
visual
visual(rs, rotate = FALSE, display = TRUE)
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.
a list, output of mbr.
mbr
a logical, whether to rotate the biomarker labels in figures.
a logical, whether to display cell values in heatmaps.
# \donttest{ 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
Run the code above in your browser using DataLab