alex_bn_lee

导航

上一页 1 ··· 59 60 61 62 63 64 65 66 67 ··· 245 下一页

2023年3月13日 #

【815】QGIS矢量操作

摘要: 参考:Qgis操作之创建和编辑矢量图层 参考:Can't move polygons in QGIS 包括矢量修改、矢量移动等 下面的一些工具,需要通过邮件勾选选项卡打开 阅读全文

posted @ 2023-03-13 13:28 McDelfino 阅读(89) 评论(0) 推荐(0)

2023年3月10日 #

【814】Static hotspot analysis and emerging hotspot analysis based on the R library of sfdep

摘要: Ref: Emerging Hot Spot Analysis Ref: Ref: Static hotspot analysis library (tidyverse) library (sf) library (openxlsx) library (ggplot2) library (tmap) 阅读全文

posted @ 2023-03-10 13:29 McDelfino 阅读(50) 评论(0) 推荐(0)

【813】How to write to CSV in R without index?

摘要: Ref: How to write to CSV in R without index? Using row.names to indicate if indice are kept or not. write.csv(data,"data.csv", row.names = FALSE) 阅读全文

posted @ 2023-03-10 12:39 McDelfino 阅读(30) 评论(0) 推荐(0)

【812】github markdown, resize image

摘要: Ref: How to change image size in Markdown Ref: Markdown Cheatsheet <img src="https://github.com/epiwatch/ews-gis/blob/develop/analysis/redflag/StaticH 阅读全文

posted @ 2023-03-10 12:25 McDelfino 阅读(38) 评论(0) 推荐(0)

2023年3月9日 #

【811】R语言data.frame相关方法

摘要: 参考:R语言提取数据框data.frame的行名和列名 参考:R Data.frame 删除某一列 参考:R-按照行名或列名删除对应的行列 参考:R语言data.frame的常用操作总结 1. 获取所有行和所有列信息 R语言中很多数据是data.frame的形式,在数据矩阵的基础上,上边加一行表示各 阅读全文

posted @ 2023-03-09 08:57 McDelfino 阅读(172) 评论(0) 推荐(0)

上一页 1 ··· 59 60 61 62 63 64 65 66 67 ··· 245 下一页