alex_bn_lee

导航

上一页 1 ··· 50 51 52 53 54 55 56 57 58 ··· 245 下一页

2023年7月18日 #

【860】R programming related knowledge

摘要: Ref: R 字符串 Ref: R语言遍历文件和批量输出文件 setwd(dir)getwd()getwd returns an absolute filepath representing the current working directory of the R process; setwd( 阅读全文

posted @ 2023-07-18 15:17 McDelfino 阅读(25) 评论(0) 推荐(0)

2023年7月14日 #

【859】JS开发相关

摘要: 参考:JavaScript 教程 参考:Chrome 浏览器中执行 JavaScript HTML 中的 Javascript 脚本代码必须位于 <script> 与 </script> 标签之间。 Javascript 脚本代码可被放置在 HTML 页面的 <body> 和 <head> 部分中。 阅读全文

posted @ 2023-07-14 12:12 McDelfino 阅读(28) 评论(0) 推荐(0)

2023年7月12日 #

【858】tm_polygons专题地图多图层R语言

摘要: ref: tm_polygons: Draw polygons Arguments alpha transparency number between 0 (totally transparent) and 1 (not transparent). By default, the alpha val 阅读全文

posted @ 2023-07-12 08:16 McDelfino 阅读(40) 评论(0) 推荐(0)

2023年7月11日 #

【857】R语言实现字符串操作、补零操作

摘要: ref: Add Leading Zeros to the Elements of a Vector in R 参考代码: # 数组 > seq(12) [1] 1 2 3 4 5 6 7 8 9 10 11 12 # 格式化打印,自动补零 > sprintf("%02d", seq(12)) [1 阅读全文

posted @ 2023-07-11 19:51 McDelfino 阅读(142) 评论(0) 推荐(0)

【856】R语言palette查找

摘要: ref: palette_explorer: Explore color palettes palette_explorer() starts an interactive tool shows all Color Brewer and viridis palettes, where the num 阅读全文

posted @ 2023-07-11 08:47 McDelfino 阅读(67) 评论(0) 推荐(0)

上一页 1 ··· 50 51 52 53 54 55 56 57 58 ··· 245 下一页