[R] Plot graph

cirtey teycir at yahoo.fr
Mon Jan 4 15:44:38 CET 2010


Hi;
I want to obtain this graphic.
http://n4.nabble.com/file/n998283/plot.gif 
Instead whith my code :
par(mfrow=c(1,7),mar=c(0,0,0,0))
plot(EntreesMoyennesMensuelles2003, type="l",main="2003",col="yellow")
plot(EntreesMoyennesMensuelles2004, type="l",main="2004",col="red")
plot(EntreesMoyennesMensuelles2005, type="l",main="2005",col="blue")
plot(EntreesMoyennesMensuelles2006, type="l",main="2006",col="black")
plot(EntreesMoyennesMensuelles2007, type="l",main="2007",col="orange")
plot(EntreesMoyennesMensuelles2008, type="l",main="2008",col="purple")
plot(EntreesMoyennesMensuelles2009, type="l",main="2009",col="green")
I get this graph:
http://n4.nabble.com/file/n998283/plot1.gif 
How can I fix that?
Thanks
-- 
View this message in context: http://n4.nabble.com/Plot-graph-tp998283p998283.html
Sent from the R help mailing list archive at Nabble.com.



More information about the R-help mailing list