[R] cca constraining variables table

glaporta glaporta at freeweb.org
Fri Sep 26 15:11:14 CEST 2008


I performed canonical correspondence analysis (cca) with the example data of
vegan, but I'm not able to obtain a table like scores() for the constraining
variables. I can see them in the summary() mode, but it would be great to
have in a separate table. Any suggestion?, thanx Gianandrea

require(vegan)
data(varespec)
data(varechem)
vare.cca<-cca(varespec,varechem)
scores(vare.cca)
summary(vare.cca)


-- 
View this message in context: http://www.nabble.com/cca-constraining-variables-table-tp19688215p19688215.html
Sent from the R help mailing list archive at Nabble.com.



More information about the R-help mailing list