create8WellHistograms: Create histograms of 8 well MEMA data

Description Usage Arguments Value

Description

Create histograms of 8 well MEMA data

Usage

1
2
create8WellHistograms(DT, pr, prDisplay, binwidth = diff(quantile(DT[[pr]],
  probs = c(0, 0.98), na.rm = TRUE))/50, upperProb = 0.99, ncol = 4)

Arguments

DT

A datatable with a pr column of values

pr

The name of the column of values to be shown in the images

prDisplay

A name for the legend title

binwidth

Optional binwidth value for the histograms

upperProb

Optional upper probablity to limit the display

ncol

Optional number of columns to display in the ggplot facet

Value

The ggplot grob to be displayed


markdane/MEMA documentation built on May 21, 2019, 11:48 a.m.