Thank you so much for that. I now have this graphs, by using these commands
*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/
gt; -Oorspronkelijk bericht-
> Van: r-help-boun...@r-project.org [mailto:r-help-boun...@r-project.org]
> Namens Sigrid
> Verzonden: zondag 12 juni 2011 21:47
> Aan: r-help@r-project.org
> Onderwerp: [R] Side by side scatter plots with specified regression lines
>
> I am n
Dear Sigrid,
At 12:46 PM -0700 6/12/11, Sigrid wrote:
I am new and self taught in R, so please bear with me.
I want to create two scatter plots side by side. The data set includes
measurements from two different countries with 7 treatments over a timeline
(x-axis).
Problem 1
I want to have eac
I am new and self taught in R, so please bear with me.
I want to create two scatter plots side by side. The data set includes
measurements from two different countries with 7 treatments over a timeline
(x-axis).
Problem 1
I want to have each plot to include the data from one of the countries wit
4 matches
Mail list logo