Description Usage Arguments Value References Examples
Creates bargraphs for all character columns in the provided dataframe.
1 |
df |
Any non-empty dataframe. |
numcols |
Columns to be visualized. By default, will visualize all columns that are either character or factor. |
One bargraph for each character or factor variable in df
.
https://www.edx.org/course/principles-of-machine-learning-r-edition
1 2 | Titanic_df <- as.data.frame(Titanic)
plot_bars(Titanic_df)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.