search for: selectg

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

Did you mean: select
2010 Mar 16
1
simple line graphics, labels and legend
..." of "Index". And if possible with ticks to delimit the groups. * I've tried: plot(test$SILIKATG~test$DIET, ylim=c(0,0.02), type="l") But I get boxplots... 2. The second graph is an alternative, and I would like to use both for now: I first modify the data: selectG <- test[test$DIET=="G",]; selectG$DIET <- factor(selectG$DIET, levels="G") I do it for each group and: plot(selectG$SILIKATG, type="p", ylim=c(0,0.02), pch=1, col="black"); points(selectGG$SILIKATG, type="p", ylim=c(0,0.02), pch=2, col=&quot...