单列数据,保存格式为csv格式(见附件),计划做不同径级物种多度分布图(附件图),数据处理过程中出现了Error: (list) object cannot be coerced to type 'double',求解!!
> data<-read.csv("C:/Users/duhu/Desktop/data.csv",header=F)
> data<as.numeric(data)
Error: (list) object cannot be coerced to type 'double'
> hist