Learn R Programming

aop (version 1.0.0)

plot_metaregression_spaghetti_plot: Make a spaghetti plot for the metaregression results

Description

Plots a subset of the metaregression results.

Usage

plot_metaregression_spaghetti_plot(bootstrap_metaregression_obj, number_to_plot = 100)

Arguments

bootstrap_metaregression_obj
the object that contains the bootstrap metaregression models as a bmr object.
number_to_plot
the number of bootstrap metaregression concentration-response models to plot. The default is 100 models.

Details

This function plots the concentration-response curves for a subset of the metaregression models generated.

Examples

Run this code
bmr_obj <- bootstrap_metaregression(oxybenzone, 15, 100)
plot_metaregression_spaghetti_plot(bmr_obj, number_to_plot=40)

Run the code above in your browser using DataLab