Description Usage Arguments Value
Function to create a bar chart of the total number by gender
1 | bar_chart(data_df, x_label, y_label)
|
data_df, |
dataframe from |
x_label, |
label for x axis. |
y_label, |
label for y axis. |
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
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.