stacked_bar_chart {GenderInfer}R Documentation

Create a stacked bar chart with significance bars to compare with the female baseline for gender analysis.

Description

Create a stacked bar chart with significance bars to compare with the female baseline for gender analysis.

Usage

stacked_bar_chart(data_df, baseline_female, x_label, y_label, baseline_label)

Arguments

data_df

is the output dataframe from percent_df

baseline_female

female baseline in percentage from baseline

x_label

label for x axis

y_label

label for y axis

baseline_label

label used to define the baseline name.

Value

This function create a bar chart containing the percentage of submission with the corresponding baseline.


[Package GenderInfer version 0.1.0 Index]