R2-22地图

LIUUU 2018-01-02 14:39:14 阅读: 1065

任务一:

library("ggplot2")

library("plyr")

library("maptools")

library(“rgdal”)

mytheme=theme(panel.background = element_blank(),panel.grid = element_blank(),axis.text = element_blank(),axis.ticks = element_blank(),axis.title = element_blank(),legend.position = “none)

china_map=readShapePoly("bou2_4p.shp")

x=china_map@data

xs=data.frame(x,id=seq(0:924)-1)

china_map1=fortify(china_map)

china_mapdata=join(china_map1, xs, type = "full")

xinjiang=subset(china_mapdata,NAME=="新疆维吾尔自治区")

a=ggplot(xinjiang,aes(x=long,y=lat,group=group,fill=NAME))+geom_polygon(fill="pink")+geom_path(colour="grey40")+ggtitle("R2-22-新疆-哈密")

p=a+geom_text(mapping=aes(x=75,y=49,label=NAME),color="black",cex=3)

p

w=p+geom_point(aes(x=87.36,y=43.45),colour="blue",size=3,pch=19)+annotate("text",x=87.2,y=43,label="乌鲁木齐")

w

h=w+geom_point(aes(x=93.28,y=42.50),colour="blue",size=1.5)+annotate("text",x=93.1,y=41.9,label="哈密")

h

install.packages("mapproj")

library("mapproj")

e=h+coord_map("polyconic")+mytheme

 e

Rplot.png



任务二:

> library(ggplot2)

> library(maptools)

> library(plyr)

> mytheme<-theme(panel.background = element_blank(),panel.grid = element_blank(),axis.text = element_blank(),axis.ticks = element_blank(),axis.title = element_blank(),legend.position = c(1.0,0.5))

> china_map<-readShapePoly("bou2_4p.shp")

> x<-china_map@data

> xs<-data.frame(x,id=seq(0:924)-1)

> china_map1<-fortify(china_map)

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

> data<-read.csv(file.choose())

> mydata<-as.data.frame(data)

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

>m<-ggplot(pop,aes(x=long,y=lat,group=group,fill=pop))+geom_polygon()+coord_map("polyconic")

>n<-m+scale_fill_gradient(low="white",high="red")+geom_path(colour="green")+ggtitle("R2-22")+mytheme

>n

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

微信服务号