- 更快得到答案
- 加深印象
- 發現被忽略的資訊
陳奎銘 (benjamin0901@gmail.com)
2014.01.18
[1] "TWII"
因為...
靜態
動態
製作網頁
highcharts、Morris、NVD3、Polycharts、Rickshaw、xcharts、Leaflet(for map)...install.package("devtools")
library(devtools)
install_github('rCharts', 'ramnathv')
install.packages("shiny")
library(shiny)
runExample()
## Valid examples are "01_hello", "02_text", "03_reactivity", "04_mpg",
## "05_sliders", "06_tabsets", "07_widgets", "08_html", "09_upload",
## "10_download", "11_timer"
runExample("01_hello")
|
graphics
|
ggplot2
|
|
googleVis
|
rCharts |
barplot(target1, beside=TRUE, legend=colnames(target1))
ggplot(aes(x=disp, y=number, fill=sex), data=target2)+
geom_bar(stat="identity", position="dodge")
bar <- gvisColumnChart(target, xvar="disp", yvar=c("male","female"))
plot(bar)
hPlot(number ~ disp, group = "sex", data = target2, type = "column")
| googleVis | graphics | ggplot2, rCharts |
| data.frame | matrix | data.frame |
|
|
|
|
|
|
|
|
主計處
- 家庭收支 - 薪資及生產力統計 內政部 - 低收入戶 台灣圖資 - 國立宜蘭高中地理教學輔助平台 - 交通部運輸研究所 - GADM Database - GEOFABRIC |