Plot a hypothesis.
Usage
# S3 method for class 'opahypothesis'
plot(x, title = TRUE, ...)
Examples
h <- hypothesis(c(1,2,3,3,3))
plot(h)
Plot a hypothesis.
# S3 method for class 'opahypothesis'
plot(x, title = TRUE, ...)
h <- hypothesis(c(1,2,3,3,3))
plot(h)