Description Usage Arguments Value Examples
View source: R/dataset_chart_classes.R
A histogram of the numbers of missing values per sample/feature
1 | mv_histogram(label_outliers = TRUE, by_sample = TRUE, ...)
|
label_outliers |
(logical) Label outliers. Allowed values are limited to the following:
The default is |
by_sample |
(logical) Plot by sample or by feature. Allowed values are limited to the following:
The default is |
... |
additional slots and values passed to struct_class |
A mv_histogram
object.
struct object
1 2 3 | D = MTBLS79_DatasetExperiment()
C = mv_histogram(label_outliers=FALSE,by_sample=FALSE)
chart_plot(C,D)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.