
R statistic
LIAN_U
将自己学习过程中的东西记录下来
展开
-
R绘制图像,图像特征提取
R 绘制高密度散点图: https://blog.youkuaiyun.com/samhuairen/article/details/38866567原创 2021-10-16 16:03:14 · 316 阅读 · 0 评论 -
R简单统计计算--笔记
#read csv specie28=read.csv(file="filename.csv") #read txt specie28=read.table("filename.txt", head=TRUE, sep=",") #one attribute of specie28 height=specie28$HEIGHT DBH=specie28$DBH #mean of height 均...原创 2019-12-23 21:28:40 · 430 阅读 · 0 评论