print.opahypothesis {opa}R Documentation

Print details of a hypothesis

Description

Print details of a hypothesis

Usage

## S3 method for class 'opahypothesis'
print(x, ...)

Arguments

x

an object of type "opaHypothesis"

...

ignored

Value

No return value, called for side-effects.

Examples

h1 <- hypothesis(c(2, 1, 3, 4), type = "pairwise")
print(h1)
h2 <- hypothesis(c(2, 1, 3, 4), type = "adjacent")
print(h2)

[Package opa version 0.8.3 Index]