Hi!
My problem is similar to an already posted one, but the proposed
solution did not work.
I'm not able to make a line type plotting on ggplot2 package
this is the code and the error
 
> DF
         Hora   PAC
640  10:00:00 13960
673  10:15:00 15690
790  10:30:00 17200
884  10:45:00 18580
932  11:00:00 20440
1027 11:15:00 22680
1157 11:30:00  9340
1253 11:45:00  6540
1294 12:00:00 23590
1389 12:15:00 23750
1526 12:30:00 22080
1595 12:45:00 17070
1689 13:00:00 19370
1766 13:15:00 20640
1869 13:30:00 24650
1951 13:45:00 23940
2033 14:00:00 18740
2127 14:15:00 19340
2210 14:30:00 22860
2305 14:45:00 23510
2371 15:00:00 16110
2460 15:15:00 23770
2526 15:30:00 23270
2617 15:45:00 20310
2722 16:00:00 11410
2820 16:15:00 22560
2901 16:30:00 21570
2979 16:45:00 20730
3060 17:00:00 19780
> p<-geom_line(mapping=aes(x=Hora,y=PAC),data=DF)
> ggplot()+p
Error en do.call("gList", panels) : second argument must be a list

may anybody help me, please?
 
M.
 

        [[alternative HTML version deleted]]

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to