Syntax simplification for ggplot2
If installing for the first time, install via:
devtools::install_github("Prometheus77/ezplot")
If that doesn't work, try this first:
install.packages("devtools")
And then again try the previous command.
If re-installing to get latest update, use:
devtools::install_github("Prometheus77/ezplot", force = TRUE)
Please report bugs, feature requests, questions, etc. in Issues.
Most of the work is done through the ezplot function. To see syntax for this function, type:
?ezplot
Several shortcut functions exist so you don't always have to resort to ezplot(plot_type):
ezline()
ezcol()
etc.
Functions exist to create complex plots that are not straightforward to create simply by stacking ezplot objects.
To create a waterfall plot, use:
plot_waterfall()