View source: R/dataset_chart_classes.R
DatasetExperiment_dist | R Documentation |
A histogram to visualise the distribution of values within features.
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. This object has no output
slots.
See chart_plot
in the struct
package to plot this chart object.
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.