Skip to content

Latest commit

 

History

History
49 lines (31 loc) · 1.69 KB

README.md

File metadata and controls

49 lines (31 loc) · 1.69 KB

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