Skip to contents

plot helper function for lqas_simulate_test() function

Usage

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

Arguments

x

An object of class lqasSim produced by lqas_simulate_test() function

...

Additional plot parameters

Value

An LQAS probability of classification plot

Examples

x <- lqas_simulate_test(
  pop = 10000, n = 40, dLower = 0.6, dUpper = 0.9, replicates = 5, runs = 5
)
plot(x)