metric_scatter_plot.Rd
Scatter Plot
metric_scatter_plot( metric_dat, var, filename = NA, draw.plot = is.na(filename) )
dataframe to plot, with at least columns `model` and `obvs`
ignored
path to save plot, or NA to not save
logical: Return the plot object?
Betsy Cowdery