SciViews / chart

Unified interface to R charts

Home Page:https://www.sciviews.org/chart

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

chart - Unified interface (with formula) for R plots

R-CMD-check Coverage status CRAN status License Lifecycle: stable

{chart} proposes a formula interface to {ggplot2}, and it also homogenize plot outputs from base R plots, {lattice} and {ggplot}. If labels and/or units attributes are defined for variables in the data, they are used automatically to construct the label (with units) of the axes.

Installation

You can install the released version of {chart} from CRAN with:

install.packages("chart")

You can also install the latest development version. Make sure you have the {remotes} R package installed:

install.packages("remotes")

Use install_github() to install the {chart} package from GitHub (source from master branch will be recompiled on your machine):

remotes::install_github("SciViews/chart")

R should install all required dependencies automatically, and then it should compile and install {chart}.

Further explore {chart}

You can get further help about this package this way: Make the {chart} package available in your R session:

library("chart")

Get help about this package:

library(help = "chart")
help("chart-package")
vignette("chart") # Not installed with install_github()

For further instructions, please, refer to the help pages at https://www.sciviews.org/chart/.

Code of Conduct

Please note that the {chart} package is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.

About

Unified interface to R charts

https://www.sciviews.org/chart

License:Other


Languages

Language:R 100.0%