plot.beta.counts: Plot Beta Counts

View source: R/source.beta.r

plot.beta.countsR Documentation

Plot Beta Counts

Description

A helper function to quickly plot up raw data from a beta count data file.

Usage

plot.beta.counts(
  data,
  ylim = NULL,
  cols = pals::glasbey(5),
  show.legend = TRUE
)

Arguments

data

A beta counter object as returned by _load.beta()_.

ylim

The ylim to use. The default uses the limits of the data.

cols

A set of 5 colors to use in the plot.

show.legend

A boolean flag to turn the legend on and off.

Author(s)

Thomas Bryce Kelly


tbrycekelly/TheSource documentation built on Nov. 7, 2023, 12:48 a.m.