https://winvector.github.io/WVPlots/
Pre-packaged plots in R
https://winvector.github.io/WVPlots/
Last synced: 6 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 10 years ago)
- Default Branch: main
- Last Pushed: 2024-04-22T16:29:27.000Z (over 1 year ago)
- Last Synced: 2025-04-09T23:36:24.200Z (7 months ago)
- Language: R
- Homepage: https://winvector.github.io/WVPlots/
- Size: 75.4 MB
- Stars: 85
- Watchers: 13
- Forks: 22
- Open Issues: 0
-
Metadata Files:
- Readme: README.Rmd
- Changelog: NEWS.md
- License: LICENSE
Awesome Lists containing this project
- awesome-ggplot2 - WVPlots - packaged plots in R (Plot layers)
README
---
output: github_document
---
[](https://cran.r-project.org/package=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)

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')
```