aIc.plot | R Documentation |
aIc.plot
plots the result of the distance tests.aIc.plot
plots the result of the distance tests.
aIc.plot(test.out)
test.out |
is the output from either aIc.dominant, aIc.scale, aIc.perturb |
returns a plot of the density of the distance test results. test result.
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.