graph_check: graph_check Copyright (c) 2019. Kaleido Biosciences. All...

Description Usage Arguments Value Examples

View source: R/graph_check.R

Description

This function is used in the exported function model_fit_check to generate a graphical representation of the model fit

Usage

1

Arguments

data

This is the OD600 + pH data from a single well. Contains Columns for Sample.ID, Time, OD600, and pH.

Value

a ggplot2 object

Examples

1
2
3
4
5
6
7
## Not run: for( i in Sample.ID){
loop_data = data %>%
dplyr::filter(Sample.ID == i )
# graph check is set up to plot each well independantly
print(graph_check(loop_data))
}
## End(Not run)

Kaleido-Biosciences/phgrofit documentation built on Feb. 8, 2022, 5:16 a.m.