我想用一个数据框做一个世界地图可视化,看起来像这样: Country Year Sex Age Suicides Population Suicides_per_100k Country_YearGeneration Europe 我尝试使用以下代码: world <- ggplot2::map_data('world')
worldstart <- left_join(df,world,by = c("Country"="region")
我正在尝试绘制数据帧,如下所示:0 Australia Vegetables我可以使用哪些软件包来绘制没有坐标的带有estimate的地图?我尝试了ggplot和ozmaps以及sf (在ggplot2教程中提到),我只过滤了水果的数据帧,但出现了错误消息:stat_sf requires the following missing aestheticsggpl