Description Usage Arguments Value Examples
View source: R/factor_barchart_class.R
Boxplot for a feature to visualise the distribution of values within each group
1 | DatasetExperiment_factor_boxplot(feature_to_plot, factor_names, ...)
|
feature_to_plot |
(character, numeric, integer) The name of the plotted feature. |
factor_names |
(character) The name of sample meta column(s) to use. |
... |
Additional slots and values passed to |
A DatasetExperiment_factor_boxplot
object.
1 2 3 | D = iris_DatasetExperiment()
C = DatasetExperiment_factor_boxplot(factor_names='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.