powered by
Print details of a hypothesis
# S3 method for opahypothesis print(x, ...)
No return value, called for side-effects.
an object of type "opaHypothesis"
ignored
h1 <- hypothesis(c(2, 1, 3, 4), type = "pairwise") print(h1) h2 <- hypothesis(c(2, 1, 3, 4), type = "adjacent") print(h2)
Run the code above in your browser using DataLab