plot.rcurvep_bmr: Plot BMR diagnostic curves

View source: R/rcurvep_plot.R

plot.rcurvep_bmrR Documentation

Plot BMR diagnostic curves

Description

Plot BMR diagnostic curves

Usage

## S3 method for class 'rcurvep_bmr'
plot(x, ...)

Arguments

x

The rcurvep_bmr object from estimate_dataset_bmr().

...

Allowed values: n_in_page, number of endpoints in a page.

Value

A ggplot object.

Examples


data(zfishdev_act)
bmr_out <- estimate_dataset_bmr(zfishdev_act, plot = FALSE)
plot(bmr_out)


Rcurvep documentation built on Aug. 25, 2022, 5:09 p.m.