https://github.com/cwendorf/polyplot
Visualizing Distributional Statistics [R Package]
https://github.com/cwendorf/polyplot
data-visualization distribution-shape polyplot r r-package statistics
Last synced: about 1 year ago
JSON representation
Visualizing Distributional Statistics [R Package]
- Host: GitHub
- URL: https://github.com/cwendorf/polyplot
- Owner: cwendorf
- License: mit
- Created: 2022-01-06T21:45:39.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-03-05T11:06:27.000Z (about 2 years ago)
- Last Synced: 2025-01-21T20:20:21.356Z (about 1 year ago)
- Topics: data-visualization, distribution-shape, polyplot, r, r-package, statistics
- Language: R
- Homepage:
- Size: 1.07 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: NEWS.md
- License: LICENSE
Awesome Lists containing this project
README
# `polyPlot`
## A Tool for Visualizing Distributional Statistics
[](https://cran.r-project.org/)
[](https://opensource.org/licenses/MIT)
### Overview
**polyPlot** is a small R package that offers a modified version of Seier and Bonett's (2011) polyplot, a visualization tool for various distributional summary statistics.
### Installation
This package is not currently on CRAN, but can be installed and loaded using these R commands:
``` r
install.packages("remotes")
remotes::install_github("cwendorf/polyPlot")
library(polyPlot)
```
If you do not wish a full install, the latest functions can be made available using these R commands:
```r
source("http://raw.githubusercontent.com/cwendorf/polyPlot/main/source-polyPlot.R")
```
### Usage
The [Tutorial for polyPlot](./docs/polyPlotTutorial.md) provides:
- An explanation of the basic and advanced polyplot functions
- Methods for adding histograms and density curves to the polyplot
- Examples of the polyplot for various distributional shapes
### Contact Me
- GitHub Issues: [https://github.com/cwendorf/polyPlot/issues](https://github.com/cwendorf/polyPlot/issues)
- Author Email: [cwendorf@uwsp.edu](mailto:cwendorf@uwsp.edu)
- Author Homepage: [https://cwendorf.github.io](https://cwendorf.github.io)
### Citation
Wendorf, C.A. (2022). *polyPlot: A tool for visualizing distributional statistics* [R Package]. [https://github.com/cwendorf/polyPlot](https://github.com/cwendorf/polyPlot)
