2012-04-04から1日間の記事一覧

googleVisのオプションの指定について

忘れるので典型例だけメモ。 以下は円グラフの例。 library(googleVis) Pie1 <- gvisPieChart(CityPopularity, options = list(reverseCategories = TRUE, width = 600, height = 500, legend = "top", title = "hoge", colors = "['red', 'black', 'blue']"…