metric_timeseries_plot.Rd
Timeseries Plot
metric_timeseries_plot( metric_dat, var, filename = NA, draw.plot = is.na(filename) )
dataframe to plot, with at least columns `time`, `model`, `obvs`
variable name, used as plot title
path to save plot, or NA to not save
logical: Return the plot object?
Betsy Cowdery