摘要: 001、 library(ggplot2) dim(ToothGrowth) head(ToothGrowth) ToothGrowth$dose = as.factor(ToothGrowth$dose) ## 转换为因子 ggplot(ToothGrowth, aes(x=dose, y=len 阅读全文
posted @ 2025-03-15 10:59 小鲨鱼2018 阅读(82) 评论(0) 推荐(0)
摘要: 001、 [root@localhost test]# ls a.txt [root@localhost test]# cat a.txt ## 测试数据 00_3 8834 1b_kk ffaa 55_f3_34 8834 aa_bb_kk_44 44aa [root@localhost test 阅读全文
posted @ 2025-03-15 01:05 小鲨鱼2018 阅读(18) 评论(0) 推荐(0)