powered by
aIc.plot
aIc.plot plots the result of the distance tests.
aIc.plot(test.out)
returns a plot of the density of the distance test results. test result.
is the output from either aIc.dominant, aIc.scale, aIc.perturb
Greg Gloor
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