plot.opahypothesis {opa} | R Documentation |
Plot a hypothesis.
## S3 method for class 'opahypothesis'
plot(x, title = TRUE, ...)
x |
an object of class "opaHypothesis" |
title |
a boolean indicating whether to include a plot title |
... |
ignored |
No return value, called for side effects.
h <- hypothesis(c(1,2,3,3,3))
plot(h)