- run ผ่าน C:\Program Files\R\R-3.3.2\bin\i386\rgui.exe
- ทำการ update package
- install Package RMySQL และ ggplot2 และ scatterplot3d , rgl
- https://www.r-bloggers.com/accessing-mysql-through-r/
- https://www.tutorialspoint.com/r/r_database.htm
- http://chris.eidhof.nl/post/analyzing-a-mysql-database-with-r/
- scatter diagram http://www.statmethods.net/graphs/scatterplot.html
- https://cran.r-project.org/web/packages/rgl/vignettes/rgl.html
- Graphics 3D ! - http://www.sthda.com/english/wiki/a-complete-guide-to-3d-visualization-device-system-in-r-r-software-and-data-visualization
- Query multiple time - http://stackoverflow.com/questions/21167070/how-to-query-multiple-times-and-close-the-connection-at-the-end
- http://r.789695.n4.nabble.com/axis-labels-defaulting-to-scientific-notation-td2320803.html
- ให้เซ็ต options(scipen=3)
- http://www.statmethods.net/graphs/line.html
- par https://stat.ethz.ch/R-manual/R-devel/library/graphics/html/par.html
- graph type http://www.statmethods.net/graphs/line.html
- type="p" คือ point , "l" == line , "h" == histogram
- graphics parameter -> http://www.statmethods.net/advgraphs/parameters.html !!!
- cex == pixcel size , eg. cex=0.4 -> http://stackoverflow.com/questions/2579995/control-the-size-of-points-in-an-r-scatterplot