Description Usage Arguments Value Examples
View source: R/dataset_chart_classes.R
A histogram to visualise the distribution of values within features.
1 | DatasetExperiment_dist(factor_name, per_class = TRUE, ...)
|
factor_name |
(character) The name of a sample-meta column to use. |
per_class |
(logical) Plot per class. Allowed values are limited to the following:
The default is |
... |
Additional slots and values passed to |
A DatasetExperiment_dist
object.
1 2 3 | D = MTBLS79_DatasetExperiment()
C = DatasetExperiment_dist(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.