To retrieve the response table from Conditioned Redundancy Analysis in R, you can use the crable()
function from the vegan
package. This function returns a list of results which includes a Response table, an explanatory table and a model summary.
Here's an example using the built-in dune
dataset:
main.r187 chars11 lines
This will display the response table as output in the R console. Alternatively, you can save the response table as a separate object:
main.r40 chars2 lines
You can also visualise the response table using ordiplot()
function from the vegan
package:
main.r59 chars3 lines
This will produce a visualisation of the response table.
gistlibby LogSnag