Skip to content
/ quickPlot Public

❗ This is a read-only mirror of the CRAN R package repository. quickPlot — A System of Plotting Optimized for Speed and Modularity. Homepage: https://quickplot.predictiveecology.orghttps://github.com/PredictiveEcology/quickPlot Report bugs for this package: https://github.com/PredictiveEcology/quickPlot ...

Notifications You must be signed in to change notification settings

cran/quickPlot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

The suggested package fastshp can be installed with:

install.packages("fastshp", repos = "https://rforge.net", type = "source") or for binary:
install.packages('fastshp', repos = 'https://PredictiveEcology.r-universe.dev')

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

❗ This is a read-only mirror of the CRAN R package repository. quickPlot — A System of Plotting Optimized for Speed and Modularity. Homepage: https://quickplot.predictiveecology.orghttps://github.com/PredictiveEcology/quickPlot Report bugs for this package: https://github.com/PredictiveEcology/quickPlot ...

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages