plot_metaregression_spaghetti_plot: Make a spaghetti plot for the metaregression results

Description Usage Arguments Details Examples

View source: R/pod_analysis.R

Description

Plots a subset of the metaregression results.

Usage

1
2
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

1
2
bmr_obj <- bootstrap_metaregression(oxybenzone, 15, 100)
plot_metaregression_spaghetti_plot(bmr_obj, number_to_plot=40)

aop documentation built on May 30, 2017, 2:55 a.m.