Re: [R] R-help Digest, Vol 141, Issue 29

2014-11-29 Thread Tom Keller
http://www.bioperl.org/wiki/HOWTOs On Nov 29, 2014, at 3:00 AM, r-help-requ...@r-project.org wrote: Subject: Re: [R] perl On Friday, November 28, 2014, Noha Osman mailto:nmo_...@usc.edu>> wrote: Hi Folks Iam a new user in perl and I have two questions .Hopefully I get any help [[

Re: [R] Plotting time data for various countries in same graph

2013-03-07 Thread Tom Keller
ggplot returned a ggplot object with no layers as indicated by the error: "Error: No layers in plot" You need to add the layers to the object. So in you example: p1 <- ggplot(asd.df, aes(x=Time, y=Values, colour=Country)) then add the points (or something else) p1 + geom_point()

[R] dynamic plots

2012-10-15 Thread Tom Keller
Greetings, The website fivethirtyeight has a great plot. http://www.nytimes.com/interactive/2012/10/15/us/politics/swing-history.html Can this be done with R or GGobi or GGPlot? thanks, Tom __ R-help@r-project.org mailing list https://stat.ethz.ch/mai