plot_first_order_kinetics: Plot for First Order Kinetics
Description
This function plots the actual and predicted concentrations based on first-order kinetics.
Usage
plot_first_order_kinetics(t, c, kinetic_model)
Value
This function generates a plot of the actual vs. predicted concentrations based on the provided kinetic model and data points. The plot is rendered directly to the active plotting device.
Arguments
t
Numeric vector of time points.
c
Numeric vector of concentrations corresponding to each time point.
kinetic_model
Model object, result of lm function fitting log(c) ~ t.