plot_slope_analysis: Plot the median slope

Description Usage Arguments Examples

View source: R/pod_analysis.R

Description

This simply plots the slope as a function of concentration.

Usage

1
plot_slope_analysis(pod_slope_data, yaxis_limit = FALSE, yaxis_limit_values)

Arguments

pod_slope_data

the data.frame object that contains the concentration and slope data.

yaxis_limit

a boolean value (default is FALSE) that identifies if the user wants to specify y-axis limits.

yaxis_limit_values

a two-element vector that specifies the y-axis limits. For instance yaxis_limit_values = c(0, 20).

Examples

1
2
3
bmr_obj <- bootstrap_metaregression(oxybenzone, 15, 100)
slope_pod <- slope_pod_analysis(bmr_obj, 0.0001, 10, 0.1)
plot_slope_analysis(slope_pod, TRUE, c(0,30))

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