plot.daoh.freqpoly: Plot DAOH in a frequency polygon

View source: R/plot.R

plot.daoh.freqpolyR Documentation

Plot DAOH in a frequency polygon

Description

Plot DAOH in a frequency polygon

Usage

## S3 method for class 'daoh.freqpoly'
plot(
  input.dt,
  daoh.col.name = "daoh",
  by.group = NA_character_,
  xlimits = c(-0.5, 90.5)
)

Arguments

input.dt

The DAOH data (with daoh column)

by.group

The group (string) by which to separate the histograms.

xlimits

Length two numeric vector of xlimits..

Value

ggplot2 plot


mattmoo/daohtools documentation built on Feb. 5, 2023, 5:38 a.m.