growthCurve: growthCurve

Description Usage Arguments Value

View source: R/growthCurve.R

Description

plotting growth curve of MIC plate assay

Usage

1
2
growthCurve(pdata, well_include = NULL, x = "minute", y = "adj",
  colour = "wellconc", group = "wellconc", preview = TRUE)

Arguments

pdata

dataframe. MIC data with metadata, adjusted absorbance, and percent survival

well_include

string or vector of string. Default NULL. Which wells to include in analysis

x

string. Default 'minute'. x axis of growth curve.

y

string. Default 'adj'. y axis of growth curve.

colour

string. Default 'wellconc'. characteristic to colour code by.

group

string. Default 'wellconc'. characteristic to group curves by

preview

logic. Default TRUE. Preview plot

Value

growth curve. ggplot.


schyen/somefxns documentation built on Aug. 6, 2019, 2:26 p.m.