bar_chart {GenderInfer} | R Documentation |
Function to create a bar chart of the total number by gender
Description
Function to create a bar chart of the total number by gender
Usage
bar_chart(data_df, x_label, y_label)
Arguments
data_df |
dataframe from |
x_label |
label for x axis. |
y_label |
label for y axis. |
Value
A bar chart as ggplot2 object showing on the y axis the
total number per gender and on the x axis the level previously defined in
total_gender_df
.
[Package GenderInfer version 0.1.0 Index]