search for: myrainbow

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

2012 Sep 09
5
qplot with many files (each one curve)
...or "gnu r read many files qplot" and similar words. I found for loops that use assign to generate one variable containing a dataframe. When i uesed the classic "plot' command i could add the curves with something like for... { data<-read.csv.... points(data$x, data$y, col=myrainbow, type="l") } How would you solve it in ggplot? Kind regards, -- Jonas Stein <news at jonasstein.de>