Description Usage Arguments Value Examples
View source: R/dataset_chart_classes.R
A boxplot to visualise the distribution of values within a feature.
1 2 3 4 5 6 7 | feature_boxplot(
label_outliers = TRUE,
feature_to_plot,
factor_name,
show_counts = TRUE,
...
)
|
label_outliers |
(logical) Label outliers. Allowed values are limited to the following:
The default is |
feature_to_plot |
(character, numeric, integer) The column name of the plotted feature. |
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 feature_boxplot
object.
1 2 3 | D = MTBLS79_DatasetExperiment
C = feature_boxplot(factor_name='Species',feature_to_plot='Petal.Width')
chart_plot(C,D)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.