Learn R Programming

opa (version 0.8.3)

plot.opahypothesis: Plot a hypothesis.

Description

Plot a hypothesis.

Usage

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

Value

No return value, called for side effects.

Arguments

x

an object of class "opaHypothesis"

title

a boolean indicating whether to include a plot title

...

ignored

Examples

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

Run the code above in your browser using DataLab