search for: n3626510

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

Did you mean: 1362651
2011 Jun 26
1
changing graphs in qqplot2
This is what I have now so far. p=ggplot(data = test, aes(x = YEAR, y = TOTAL, colour = TREATMENT)) + geom_point() + geom_smooth(method = "lm", se=FALSE) + facet_wrap(~COUNTRY) > p +scale_x_continuous(limits=c(1,4)) http://r.789695.n4.nabble.com/file/n3626510/graph.gif I would also like to: 1.) change the headline for the faced wraps ?high? and ?low?. Is there any other way of doing that other than changing the names in the dataset? 2.) show the slope and intercept next to the treatments labels on the right side. The geom_text only works inside th...