aIc.plot {aIc}R Documentation

aIc.plot plots the result of the distance tests.

Description

aIc.plot plots the result of the distance tests.

Usage

aIc.plot(test.out)

Arguments

test.out

is the output from either aIc.dominant, aIc.scale, aIc.perturb

Value

returns a plot of the density of the distance test results. test result.

Author(s)

Greg Gloor

Examples

data(selex)
group = c(rep('N', 7), rep('S', 7))
test.out <- aIc.dominant(selex, norm.method='prop', group=group)
aIc.plot(test.out)

[Package aIc version 1.0 Index]