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.
A DatasetExperiment_dist
object inherits the following struct
classes:
[DatasetExperiment_dist]
>> [chart]
>> [struct_class]
M = DatasetExperiment_dist(
factor_name = "V1",
per_class = FALSE)
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.