stacked_bar_chart: Create a stacked bar chart with significance bars to compare...

Description Usage Arguments Value

View source: R/stacked_bar_chart.R

Description

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

Usage

1
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.


GenderInfer documentation built on Sept. 29, 2021, 9:07 a.m.