View source: R/dataset_chart_classes.R
mv_boxplot | R Documentation |
Boxplots of the number of missing values per sample/feature.
mv_boxplot(
label_outliers = TRUE,
by_sample = TRUE,
factor_name,
show_counts = 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 |
factor_name |
(character) The name of a sample-meta column to use. |
show_counts |
(logical) Show counts. Allowed values are limited to the following:
The default is |
... |
Additional slots and values passed to |
A
mv_boxplot
object. This object has no output
slots.
See chart_plot
in the struct
package to plot this chart object.
A mv_boxplot
object inherits the following struct
classes:
[mv_boxplot]
>> [chart]
>> [struct_class]
M = mv_boxplot(
label_outliers = FALSE,
by_sample = FALSE,
factor_name = "V1",
show_counts = FALSE)
D = MTBLS79_DatasetExperiment()
C = mv_boxplot(factor_name='Class')
chart_plot(C,D)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.