Wednesday, November 10, 2010

R: Redundancy Analysis

# lib(s): vegan

# data input is in the form of a MATRIX.

agt.smith <- as.matrix(infile)

# at minimum:

rda(agt.smith)

# how about some result visualization?

# /* END OF REDUNDANCY ANALYSIS */

No comments:

Post a Comment