Zurich, Oct 2013 – R Crash Course
[This article was first published on Rmetrics blogs, and kindly contributed to R-bloggers]. (You can report issue about the content on this page here) Want to share your [Read more...]
library(googleVis)<br>cc xvar="Country", yvar="Population",<br> options=list(seriesType="bars", legend="top",<br> bar="{groupWidth:'10%'}",<br> width=500, height=450),<br> chartid="thincolumns")<br>plot(cc)Your browser doesn't support iframes.Session Info
R version 3.0.1 (2013-05-16)<br>Platform: x86_64-apple-darwin10.8.0 (64-bit)<br><br>locale:<br>[1] en_GB.UTF-8/en_GB.UTF-8/en_GB.UTF-8/C/en_GB.UTF-8/en_GB.UTF-8<br><br>attached base packages:<br>[1] stats graphics grDevices utils datasets methods base <br><br>other attached packages:<br>[1] googleVis_0.4.5<br><br>loaded via a namespace (and not attached):<br>[1] RJSONIO_1.0-3 tools_3.0.1[Read more...]
Copyright © 2022 | MH Corporate basic by MH Themes