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
Examples
h <- hypothesis(c(1,2,3,3,3))
plot(h)