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
[[
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()
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
3 matches
Mail list logo