prismStripChart: Create a strip chart similar to those produced by GraphPad...

Usage Arguments Author(s)

View source: R/prismStripChart.R

Usage

1
  prismStripChart(tab, errorBars = "std.dev")

Arguments

tab

A data frame object. Expected to have one column per treatment group with replicates in each row.

errorBars

Character string specifying the calculation to be used for drawing error bars. Can take one of four values: "std.dev", "std.errors", "conf.intervals", or "none". Defaults to "std.dev".

Author(s)

Mike L. Smith


markdunning/crukCIMisc documentation built on May 21, 2019, noon