| plot_growth | R Documentation | 
Plot to check GRD on growth curves
plot_growth(inputData, groupingVariables, GRD, addLegend = FALSE)
| inputData | Input data in GRD format for a single pertuabtion | 
| groupingVariables | variables to group the perturbation | 
| GRD | fitted GRD to be plotted as vertical line | 
| addLegend | shoudl concentration legend be added to plot | 
a plot object
inputData <- subset(sample_data,perturbation == "C")
outputGRD <- get_fit(inputData = inputData,groupingVariables = "perturbation",
    smoothData = FALSE, upperLimitThreshold = 1,
    timeTreatment = 1,upperLimit = 1, orderConc = TRUE,saveModel = FALSE)
plot_growth(inputData = inputData,groupingVariables = "perturbation", GRD = outputGRD$GRD)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.