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

View source: R/graph_check.R

graph_checkR Documentation

graph_check Copyright (c) 2019. Kaleido Biosciences. All Rights Reserved

Description

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

Usage

graph_check(data)

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


## 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)

baynec2/phgrofit documentation built on March 24, 2024, 7:10 a.m.