Skip to content

Visualizing Distributional Statistics [R Package]

License

Notifications You must be signed in to change notification settings

cwendorf/polyPlot

Repository files navigation

polyPlot

A Tool for Visualizing Distributional Statistics

minimal R version License: 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:

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:

source("http://raw.githubusercontent.com/cwendorf/polyPlot/main/source-polyPlot.R")

Usage

The Tutorial for polyPlot 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

Citation

Wendorf, C.A. (2022). polyPlot: A tool for visualizing distributional statistics [R Package]. https://github.com/cwendorf/polyPlot