plot_growth: Plot to check GRD on growth curves

View source: R/plot_growth.R

plot_growthR Documentation

Plot to check GRD on growth curves

Description

Plot to check GRD on growth curves

Usage

plot_growth(inputData, groupingVariables, GRD, addLegend = FALSE)

Arguments

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

Value

a plot object

Examples

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)

mauromiguelm/tdsR documentation built on Oct. 24, 2022, 6:42 p.m.