R语言绘制地图并标色-作业举例
更新时间:2024-06-04 06:07:01 阅读量: 综合文库 文档下载
- 用r语言绘制中国地图推荐度:
- 相关推荐
作业讲解 - 用R语言绘制犯罪率增长高于20%的美国州地图
A criminology student has collected data about the number of violent assaults in each of the US states in 2014 and 2015. For his upcoming seminar, he is interested in identifying the states in which there has been at least a 20% increase in assaults.
Please help this student by identifying the relevant states, presenting them in a list or table, and creating a map of the USA where the relevant states are colored in red. This will require finding a relevant R package and using it to plot the map.
For this question only, attach the R script as a separate file with your full name as the file name. The script should enable me to get from the original csv file to the final map. 数据样式:(名称US Assaults.csv)
最终呈现:
R Studio 代码:
### package to use ######################################## library(maps) library(mapproj)
### read raw data ######################################## data = read.csv(\ # head(data)
rate = (data$Assaults.2015 - data$Assaults.2014)/data$Assaults.2014 newdata = cbind(data, rate)
########################################################## statenames = as.character(newdata$State) rate = newdata$rate
## assign color to state################################## ratecol = ifelse(rate > 0.2, \
### Import state data from package \data(state)
########### Substract names for state data ################ mapnames = map(\ # mapnames
# 63 and some have : and remiander representing islands and disconnected regions
########### Remove the state names containing : and remainder ################################
mapnames.state = ifelse(regexpr(\< 0, mapnames, substr(mapnames, 1, regexpr(\
#### convert upper case to lower case to faciliate matching of names ######## statenames.lower = tolower(statenames) ########## assign color according to our data ################################################# cols <- ratecol[match(mapnames.state, statenames.lower)]
########## Map ####################################################### map(\title(\
正在阅读:
R语言绘制地图并标色-作业举例06-04
3dsmax_2011快捷键大全06-07
CMOS图像传感器的基本原理及设计考虑06-11
软件工程课设报告05-19
2018年度大数据时代的互联网信息安全试题及答案(100分满分)02-02
人教版九年级化学上册导学案(全册)07-10
北京交通大学2018年硕士研究生招生单考专家推荐书03-30
闽发铝业:董事会审计委员会工作细则(2008年4月) 2011-08-0407-18
PPT复习题12-13
- 多层物业服务方案
- (审判实务)习惯法与少数民族地区民间纠纷解决问题(孙 潋)
- 人教版新课标六年级下册语文全册教案
- 词语打卡
- photoshop实习报告
- 钢结构设计原理综合测试2
- 2014年期末练习题
- 高中数学中的逆向思维解题方法探讨
- 名师原创 全国通用2014-2015学年高二寒假作业 政治(一)Word版
- 北航《建筑结构检测鉴定与加固》在线作业三
- XX县卫生监督所工程建设项目可行性研究报告
- 小学四年级观察作文经典评语
- 浅谈110KV变电站电气一次设计-程泉焱(1)
- 安全员考试题库
- 国家电网公司变电运维管理规定(试行)
- 义务教育课程标准稿征求意见提纲
- 教学秘书面试技巧
- 钢结构工程施工组织设计
- 水利工程概论论文
- 09届九年级数学第四次模拟试卷
- 绘制
- 举例
- 作业
- 语言
- 地图
- Excel2003教案
- 创卫十不准
- 公司金融-复习题
- 招聘背景调查表
- 江苏省苏州市震泽中学2016届高三上学期第一次月考地理试题及答案
- 2011蓝天杯和技术论文获奖文件
- 《纪念白求恩》学案
- 一次函数学案加测试
- 贾俊平统计学第三章的练习题
- 人民医院院长在2018年职工代表大会上的工作报告
- 会计继续教育网络答题真题及答案(2)
- 施工员(设备安装)专业知识练习题
- 低分子量肝素钠治疗34例进展型脑梗塞的临床疗效观察
- 毛概
- 重庆2018年普通高等学校招生全国统一考试4月调研测试(理综)物理
- 英语专业本科毕业论文格式要求
- Matlab大作业题目2011
- 如何提高初中生语文作文能力-陈旭辉
- 关注教学细节,成就高效的初中生物课堂
- 2013驾照考试易错题大全(全新自创)