set.seed(111) # This leads to the global solution
# hspider[,1:6]=scale(hspider[,1:6]) # Standardize the environmental variables
p1 = cqo(cbind(Alopacce, Alopcune, Alopfabr, Arctlute, Arctperi, Auloalbi,
Pardlugu, Pardmont, Pardnigr, Pardpull, Trocterr, Zoraspin) ~
WaterCon + BareSand + FallTwig + CoveMoss + CoveHerb + ReflLux,
fam = poissonff, data = hspider, trace=FALSE)
trplot(p1, whichSpecies=1:3, log="xy", type="b", lty=1,
main="Trajectory plot of three hunting spiders species",
col=c("blue","red","green"), lwd=2, label=TRUE) -> ii
legend(0.00005, 0.3, lwd=2, lty=1, col=c("blue","red","green"),
with(ii, paste(species.names[,1], species.names[,2], sep=" and ")))
abline(a=0, b=1, lty="dashed") # Useful reference line
Run the code above in your browser using DataLab