aIc.plot {aIc} | 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)