mv_histogram {structToolbox} | R Documentation |
histograms indicating the numbers of missing values per sample/feature
mv_histogram(label_outliers = TRUE, by_sample = TRUE, ...)
label_outliers |
[TRUE] or FALSE to label outliers on the plot |
by_sample |
[TRUE] to plot by sample or FALSE to plot by features |
... |
additional slots and values passed to struct_class |
struct object
D = MTBLS79_DatasetExperiment() C = mv_histogram(label_outliers=FALSE,by_sample=FALSE) chart_plot(C,D)