alex_bn_lee

导航

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)