Description Usage Arguments Details Examples
Plots a subset of the metaregression results.
| 1 2 | plot_metaregression_spaghetti_plot(bootstrap_metaregression_obj,
  number_to_plot = 100)
 | 
| bootstrap_metaregression_obj | the object that contains the bootstrap
metaregression models as a  | 
| number_to_plot | the number of bootstrap metaregression concentration-response models to plot. The default is 100 models. | 
This function plots the concentration-response curves for a subset of the metaregression models generated.
| 1 2 | bmr_obj <- bootstrap_metaregression(oxybenzone, 15, 100)
plot_metaregression_spaghetti_plot(bmr_obj, number_to_plot=40)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.