DatasetExperiment_factor_barchart {structToolbox}R Documentation

DatasetExperiment_factor_barchart class

Description

Bar charts based on groupings by factor. Can plot up to three factors.

Usage

DatasetExperiment_factor_barchart(feature_to_plot, factor_names, ...)

Arguments

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

Value

struct object

Examples

D = iris_DatasetExperiment()
C = DatasetExperiment_factor_barchart(factor_names='Species',feature_to_plot='Petal.Width')
chart_plot(C,D)


[Package structToolbox version 1.0.1 Index]