Skip to content

Syntax simplification for ggplot2

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md
Notifications You must be signed in to change notification settings

Prometheus77/ezplot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ezplot

Syntax simplification for ggplot2

Installation

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.

Basic syntax

Most of the work is done through the ezplot function. To see syntax for this function, type:

?ezplot

Shortcuts

Several shortcut functions exist so you don't always have to resort to ezplot(plot_type):

ezline()
ezcol()
etc.

Complex plots

Functions exist to create complex plots that are not straightforward to create simply by stacking ezplot objects.

Waterfall plots

To create a waterfall plot, use:

plot_waterfall()

About

Syntax simplification for ggplot2

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages