如何在R中使用googlevis指定柏林区?

时间:2015-09-23 16:44:20

标签: r googlevis

我有一个问题,我无法弄清楚如何指定柏林地区,以便增加人口的价值。 R代码如下所示:

GeoBerlin_bev <-
  gvisGeoChart(data_bev,
               locationvar = 'Bezirk',
               colorvar = 'Bevoelkerung',
               options = list(region = "DE", 
                              displayMode="regions",
                              resolution = 'provinces',
                              showLegend = TRUE,
                              width=600, height=400))`

Bezirk的内容如下所示:Charlottenburg-Wilmersdorf, Berlin。列Bevoelkerung的内容如下所示:142.1

我希望图表显示柏林,地区和人口数量。

0 个答案:

没有答案