plot.opahypothesis {opa} | R Documentation |
Plot a hypothesis.
Description
Plot a hypothesis.
Usage
## S3 method for class '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)
[Package opa version 0.8.3 Index]