Skip to content

PredictiveEcology/quickPlot

Repository files navigation

quickPlot

R build status CRAN_Status_Badge Downloads codecov

Built on top of grid, this package aims at making a high-level plotting system that is optimized for speed and modularity. This has great utility for quick visualizations when testing code, with the key benefit that visualizations are updated independently of one another.

Installation

Building packages from source requires the appropriate development libraries for your operating system (e.g., Windows users should install Rtools).

Current stable release

Install from CRAN:

install.packages("quickPlot")

Install from GitHub:

# install.packages("remotes")
remotes::install_github("PredictiveEcology/quickPlot", dependencies = TRUE)

Development version (unstable)

Install from GitHub:

# install.packages("remotes")
remotes::install_github("PredictiveEcology/quickPlot@development", dependencies = TRUE)

About

A system of plotting that uses grid optimized for speed and modularity

Topics

Resources

License

Contributing

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages