check_fit.Rd
Plot observed vs fitted time series for a single cell
check_fit( data, ID, title = "", xlab = "Time (h)", ylab = "Value", smooth = TRUE, time_res = 0.5, ... )
List containing traces, fit_traces, and optionally smooth_traces (matrices: cells × timepoints).
traces
fit_traces
smooth_traces
Row index of the cell to plot.
Plot title.
Axis labels.
Logical; overlay smoothed trace if available.
Time resolution in hours.
Unused.
A ggplot object.