Learn R Programming

Rcurvep (version 1.3.1)

plot.rcurvep_bmr: Plot BMR diagnostic curves

Description

Plot BMR diagnostic curves

Usage

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

Value

A ggplot object.

Arguments

x

The rcurvep_bmr object from estimate_dataset_bmr().

...

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

Examples

Run this code

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

Run the code above in your browser using DataLab