Learn R Programming

aIc (version 1.0)

aIc.plot: aIc.plot plots the result of the distance tests.

Description

aIc.plot plots the result of the distance tests.

Usage

aIc.plot(test.out)

Value

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

Arguments

test.out

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

Author

Greg Gloor

Examples

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

Run the code above in your browser using DataLab