Skip to contents

[Stable] Plots the raw data (class: PM_op_data) from a PM_op object in the same way as plotting a PM_op object. Both use plot.PM_op.

Usage

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

Arguments

x

A `PM_op_data“ object

...

Additional arguments passed to plot.PM_op

Examples

if (FALSE) { # \dontrun{
NPex$op$data %>%
dplyr::filter(pred > 5) %>%
dplyr::filter(pred < 10) %>%
plot()
} # }