plot.daoh.histogram: Plot DAOH in a histogram

View source: R/plot.R

plot.daoh.histogramR Documentation

Plot DAOH in a histogram

Description

Plot DAOH in a histogram

Usage

## S3 method for class 'daoh.histogram'
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.