Skip to contents

Plot a hypothesis.

Usage

# S3 method for opahypothesis
plot(x, title = TRUE, ...)

Arguments

x

an object of class "opaHypothesis"

title

a boolean indicating whether to include a plot title

...

ignored

Value

No return value, called for side effects.

Examples

h <- hypothesis(c(1,2,3,3,3))
plot(h)