Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 6 days 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 (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-03-05T11:06:27.000Z (11 months ago)
- Last Synced: 2024-03-05T12:29:08.034Z (11 months 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
- License: LICENSE
Awesome Lists containing this project
README
# `polyPlot`
## A Tool for Visualizing Distributional Statistics
[![minimal R version](https://img.shields.io/badge/R%3E%3D-3.6.2-6666ff.svg)](https://cran.r-project.org/)
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](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: [[email protected]](mailto:[email protected])
- 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)