R/metric_residual_plot.R
metric_residual_plot.Rd
Residual Plot
metric_residual_plot( metric_dat, var, unit = NULL, filename = NA, draw.plot = is.na(filename) )
dataframe to plot, with at least columns `time`, `model`, `obvs`
variable name, used as plot title
measurement unit for the variable, added to the y-axis label; NULL to omit
path to save plot, or NA to not save
logical: Return the plot object?
Betsy Cowdery