search for: sabund

Displaying 1 result from an estimated 1 matches for "sabund".

Did you mean: abund
2008 Mar 04
1
Plot with two different coloured regression lines and legend
It is a trivial problem, but in the book I couln`t figure out how to put different colours at different regression lines plot(bif,abund,type="n", xlab= "number_bifurcations", ylab="abundances") sbif<-split(bif,stage) sabund<-split(abund,stage) points(sabund[[2]],sbif[[2]],pch=16, col="red") for(i in 1:2) abline(lm(sabund[[i]]~sbif[[i]])) Thanks in advance Yvonne Fabian -- View this message in context: http://www.nabble.com/Plot-with-two-different-coloured-regression-lines-and-legend-tp15828255p15828255....