Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://winvector.github.io/WVPlots/

Pre-packaged plots in R
https://winvector.github.io/WVPlots/

Last synced: about 2 months ago
JSON representation

Pre-packaged plots in R

Awesome Lists containing this project

README

        

---
output: github_document
---

[![CRAN_Status_Badge](https://www.r-pkg.org/badges/version/WVPlots)](https://cran.r-project.org/package=WVPlots)
[![status](https://tinyverse.netlify.com/badge/WVPlots)](https://CRAN.R-project.org/package=WVPlots)

# WVPlots

Common plots we use for analysis and presentation (on top of ggplot2 in [R](https://cran.r-project.org)). For an introduction please see: [here](https://win-vector.com/2018/05/25/wvplots-now-at-version-1-0-0-on-cran/).

Website: [https://github.com/WinVector/WVPlots](https://github.com/WinVector/WVPlots)

![](https://github.com/WinVector/WVPlots/raw/master/tools/WVPlots.png)

More notes:

* https://win-vector.com/2013/02/18/revisiting-clevelands-the-elements-of-graphing-data-in-ggplot2/
* https://win-vector.com/2011/12/05/my-favorite-graphs/
* https://win-vector.com/2020/08/17/unrolling-the-roc/
* https://win-vector.com/2009/11/03/i-dont-think-that-means-what-you-think-it-means-statistics-to-english-translation-part-1-accuracy-measures/

-------

To install from CRAN:

```r
install.packages('WVPlots')
```