⚠️There's a newer version (0.10.1) of this package. Take me there.

Formula interface to ggplot2

ggformula introduces a family of graphics functions, gf_point(), gf_density(), and so on, bring the formula interface to ggplot(). This captures and extends the excellent simplicity of the lattice-graphics formula interface, while providing the intuitive "add this component" capabilities of ggplot2.

Installation

Installations from CRAN are done in the usual way. The development version of the package is here on GitHub. To install it, use the following commands in your R system.

# Install devtools if necessary
install.packages("devtools")

# Install ggformula
devtools::install_github("projectMOSAIC/ggformula")

Tutorials

Interactive tutorials demonstrating the package functionality can be run with

learnr::run_tutorial("introduction", package = "ggformula")
learnr::run_tutorial("refining", package = "ggformula")

Package Vignette

The package vignette is available at https://cran.r-project.org/package=ggformula/vignettes/ggformula.html.

Copy Link

Version

Down Chevron

Install

install.packages('ggformula')

Monthly Downloads

14,699

Version

0.7.0

License

MIT + file LICENSE

Maintainer

Last Published

May 22nd, 2018

Functions in ggformula (0.7.0)