plot.daoh.density: Plot DAOH in a density chart

View source: R/plot.R

plot.daoh.densityR Documentation

Plot DAOH in a density chart

Description

Plot DAOH in a density chart

Usage

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

Arguments

input.dt

The DAOH data (with daoh column)

daoh.col.name

Name of 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.