eddelbuettel/lwplot: An Lighter-Weight Implementation of Leland Wilkinson's Grammar of Graphics

An implementation of the grammar of graphics in R, building on the foundation create by 'ggplot2' but being more conservative in the use of dependencies. It combines the advantages of both base and lattice graphics: conditioning and shared axes are handled automatically, and you can still build up a plot step by step from multiple data sources. It also implements a sophisticated multidimensional conditioning system and a consistent interface to map data to aesthetic attributes. See http://ggplot2.org for more information, documentation and examples.

Getting started

Package details

AuthorHadley Wickham [aut], Winston Chang [aut], RStudio [cph], Dirk Eddelbuettel [ctb, cre]
MaintainerDirk Eddelbuettel <edd@debian.org>
LicenseGPL-2
Version0.0.2
URL http://ggplot2.org https://github.com/eddelbuettel/lwplot
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("eddelbuettel/lwplot")
eddelbuettel/lwplot documentation built on July 11, 2024, 1:24 p.m.