DatasetExperiment_factor_barchart {structToolbox} | R Documentation |
Bar charts based on groupings by factor. Can plot up to three factors.
DatasetExperiment_factor_barchart(feature_to_plot, factor_names, ...)
feature_to_plot |
Column ID of feature to plot. |
factor_names |
Names(s) of factors to plot for a feature |
... |
additional slots and values passed to struct_class |
struct object
D = iris_DatasetExperiment() C = DatasetExperiment_factor_barchart(factor_names='Species',feature_to_plot='Petal.Width') chart_plot(C,D)