Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://winvector.github.io/WVPlots/
- Owner: WinVector
- License: other
- Created: 2015-06-05T18:01:43.000Z (over 9 years ago)
- Default Branch: main
- Last Pushed: 2024-04-22T16:29:27.000Z (9 months ago)
- Last Synced: 2024-11-06T16:09:52.251Z (2 months ago)
- Language: R
- Homepage: https://winvector.github.io/WVPlots/
- Size: 75.4 MB
- Stars: 84
- Watchers: 13
- Forks: 22
- Open Issues: 0
-
Metadata Files:
- Readme: README.Rmd
- License: LICENSE
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')
```