我正在尝试使用 usmap 包在美国地图上绘制选举结果,但即使数据集完整,我也会得到显示某些州缺失值的图。状态是灰色的,我不确定为什么会这样。
plot_usmap(data=data_total,values='percent_biden')+
scale_fill_continuous(low='red',high='blue',name='Percent for Biden')+
theme(legend.position='right')+
ggtitle(paste("Total Popular Vote of Final Results"))