Description
Common Plots for Analysis.
Description
Select data analysis plots, under a standardized calling interface implemented on top of 'ggplot2' and 'plotly'. Plots of interest include: 'ROC', gain curve, scatter plot with marginal distributions, conditioned scatter plot with marginal densities, box and stem with matching theoretical distribution, and density with matching theoretical distribution.
README.md
WVPlots
Common plots we use for analysis and presentation (on top of ggplot2 in R). For an introduction please see: here.
Website: 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:
install.packages('WVPlots')