mv_histogram {structToolbox}R Documentation

mv_histogram class

Description

histograms indicating the numbers of missing values per sample/feature

Usage

mv_histogram(label_outliers = TRUE, by_sample = TRUE, ...)

Arguments

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

Value

struct object

Examples

D = MTBLS79_DatasetExperiment()
C = mv_histogram(label_outliers=FALSE,by_sample=FALSE)
chart_plot(C,D)


[Package structToolbox version 1.0.1 Index]