tripgraph: Triplicate graphing function.

Description Usage Arguments Examples

Description

Triplicate graphing function.

Usage

1
2
tripgraph(csv, OD_col1, OD_col2, OD_col3, 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_col1

Column holding first column of optical density data.

OD_col2

Column holding second column of optical density data.

OD_col3

Column holding third column of optical density data.

time.col

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

title

Title of the plot

nm

Wavelength at which optical density was measured; default is 600nm

time.unit

Time unit in which data is collected; default is min

Examples

1
2
tripgraph("sample_data_trip.csv", "OD600_1", "OD600_2", "OD600_3", title = "My growth curve in triplicate")
tripgraph("sample_data_trip.csv", "OD600_1", "OD600_2", "OD600_3", nm = 200)

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