Skip to content
Prev 310381 / 398506 Next

CCA with Vegan - Plot problem

On Fri, 2012-11-09 at 05:16 -0800, rumble14 wrote:
Don't do that - it is an abuse of the formula interface and an
abomination to attach such objects to the search path.

This isn't actually doing anything (well, it is, but it is not a CCA):

cca.1<-(org~Temp+Water+etc) 

There is no function call. And your use of `+ etc` suggests this isn't
the **actual** code you ran and I did ask for that. You should use:

cca.1 <- cca(org ~ ., data = env)

assuming you want all variables in `env` in the model - not that that is
a good thing but that is a statistical issue not an R one!

Can you show me - probably *off list* including the actual data files
(which I promise to delete after we solve the problem) - the code you
use and I can take a look but before you send anything to me in an email
make sure you can paste the exact same code into R and have it run

G