Skip to contents

Plot model comparison.

Usage

# S3 method for clubprocomparison
plot(x, ...)

Arguments

x

an object of class "clubprocomparison".

...

ignored

Value

no return value, called for side effects only.

Details

Plot a distribution of PCCs computed from randomly reordered data used to calculate the chance-value for a model comparison.

Examples

m1 <- club(width ~ location, jellyfish)
m2 <- club(length ~ location, jellyfish)
z <- compare(m1, m2)
plot(z)