singraph: Data graphing function.

Description Usage Arguments Value Examples

Description

Data graphing function.

Usage

1
2
singraph(csv, OD.col, time.col = "Time", title = "Growth Curve", nm = 600,
  time.unit = "min")

Arguments

csv

Filepath to and name of the csv file holding the data.

OD.col

Column holding optical density data.

time.col

Column holding times at which data was collected; default is "Time"

title

The title of the plot; default is "Growth Curve"

nm

Wavelength in nanometers at which optical density was measured; default is 600

time.unit

Time unit in which data is collected; default is "min"

Value

Graph with single growth curve.

Examples

1
2
singraph("sample_data.csv", time.col = "Time", "OD600")
singraph("sample_data.csv", "OD600", nm = 300)

rsteele7/590_final documentation built on May 28, 2019, 4:33 a.m.