mv_boxplot {structToolbox} | R Documentation |
Boxplot of the numbers of missing values per sample/feature
mv_boxplot( label_outliers = TRUE, by_sample = TRUE, factor_name, show_counts = TRUE, ... )
label_outliers |
TRUE or FALSE to label outliers on the plot. |
by_sample |
TRUE to plot missing values by sample, or FALSE to plot for features. |
factor_name |
The sample_meta column to use. |
show_counts |
TRUE to show a count of the number of items used to create the boxplot on the chart. |
... |
additional slots and values passed to struct_class |
struct object
D = MTBLS79_DatasetExperiment() C = mv_boxplot(factor_name='class') chart_plot(C,D)