我的代码:library(maps)library(ggplot2)map("world",col="black",xlim=c(0,50),ylim=c(0,50),panel.first=grid())
但最后地图展示不全,我该如何确定xlim和ylim的范围呢?