plot.rcurvep_bmr {Rcurvep} | R 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 |
... |
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)
[Package Rcurvep version 1.3.1 Index]