R2-18 地图作业

无桀纣 2018-01-01 22:54:25 阅读: 998

install.packages("maptools")

install.packages("rgdal")

library(maptools)

library(rgdal)

library(ggplot2)

library(plyr)

mytheme<-theme_classic()+theme(panel.grid.major=element_blank(),panel.grid.minor=element_blank(),axis.line=element_blank(),axis.text=element_blank(),axis.title=element_blank(),legend.position = "none") 

china_map<-readShapePoly("bou2_4p.shp")

jingweidu<-china_map@data

xingzhengquyu<-data.frame(jingweidu,id=seq(0:924)-1)

china_map1<-fortify(china_map)

china_mapdata<-join(china_map1, xingzhengquyu, type = "full") 

jiangsu<-subset(china_mapdata,NAME=="江苏省")

ggplot(jiangsu,aes(x=long,y=lat,group=group,fill=NAME))+geom_polygon(fill="yellow" )+geom_path(colour = "grey40")+ggtitle("R2-18-江苏-南京")+geom_point(aes(x=118.46,y=32.03),colour="red",size=2)+annotate("text",x=118.46,y=32.03,label="南京")

1.png


pop<-read.table(file.choose(),header = T,sep = ",")

china_pop<-join(china_mapdata, pop, type = "full")

ggplot(china_pop,aes(x=long,y=lat,group=group,fill=pop))+geom_polygon(colour="green")+scale_fill_gradient(low="white",high="red")+coord_map("polyconic")+ggtitle("R2-18")

2.png

 
邀请讨论

附件

{{f.title}} 大小 {{f.file_size}} 下载 {{f.count_download}} 金币 {{f.count_gold}}
{{item.nick_name}} 受邀请回答 {{item.create_time}}
{{item.refer_comment.nick_name}} {{item.refer_comment.create_time}}

附件

{{f.title}} 大小 {{f.file_size}} 下载 {{f.count_download}} 金币 {{f.count_gold}}
切换到完整回复 发送回复
赞({{item.count_zan}}) 踩({{item.count_cai}}) 删除 回复 关闭
科研狗©2015-2024 科研好助手,京ICP备20005780号-1 建议意见

服务热线

178 0020 3020

微信服务号