[R] Odp: different types graphs
Petr PIKAL
petr.pikal at precheza.cz
Thu Feb 25 11:31:16 CET 2010
Hi
r-help-bounces at r-project.org napsal dne 25.02.2010 09:48:04:
>
> >library(RODBC)
> >ch<- odbcConnect("durga")
> > sqlQuery(ch, paste("SELECT * from emp"))
> >sqlQuery(ch, ("SELECT * from xyz"))
>
> store revenue year_y
> 1 bigbazar 787875 2008
> 2 more 87876 2008
>
> plot(revenue ~ year_y, data=xyz, pch=16)
>
>
> can i get any diffrent types of graphs like pie charts, bar plots.using
plot
> commands?
>
> please give me suggestions.
Your installation of R must be broken. I can easily get help pages for
?plot
?pie
?barplot
Regards
Petr
> --
> View this message in context:
http://n4.nabble.com/different-types-graphs-
> tp1568673p1568673.html
> Sent from the R help mailing list archive at Nabble.com.
>
> ______________________________________________
> R-help at 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.
More information about the R-help
mailing list