stonePine2FieldData(treecm)
stonePine2FieldData()所属R语言包:treecm
Raw CSV file of field recorded values for a stone pine tree
原始CSV文件记录的字段值的石头松树
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Required data for the assessment of the centre of mass have been recorded in the field for a stone pine (Pinus pinea L.). This is an example of csv file that should be fed to treeBiomass to assess tree centre of mass.
中心的质量评估所需的数据已被记录在该领域的石头松(松pinea L.)。这是一个例子csv文件应该被送入treeBiomass中心的质量评估树。
格式----------Format----------
"code","azimuth","dBase","dTip","length","tipD","height","tilt","toBePruned","pathToTip" "L1",0,67,40,"6.8",0,0,90,,"TRUE" "B1",250,40,,,"7.8","6.8",,, "B2",240,32,,,"8.9","7.8",,, "B3",55,25,,,9,9,,, "B4",260,10,,,"5.5",10,,"TRUE", "B5",80,36,,,"8.2","10.6",,, "B6",255,27,,,"4.5","10.8",,, "B7",0,40,,,"6.5","6.8",70,,"TRUE"
的<CODE>“代码”,“方位”,“dBase的”中,“dTip”,“长度”,“TIPD”,“高度”,“倾斜”,“toBePruned”,“pathToTip”,“L1”,0,67, 40,“6.8”,0,0,90,“TRUE”“B1”,250,40,,,“7.8”,“6.8”,“B2”,240,32,,,“8.9”, “7.8”,“B3”,55,25,,,9,9,,,“B4”,260,10,,,“5.5”,10“TRUE”,“B5”,80,36 ,“8.2”,“10.6”,“B6”,255,27,,,“4.5”,“10.8”,“B7”,0,40,“6.5”,“6.8” ,70,,“TRUE”
Details
详细信息----------Details----------
This dataset has been collected for a \approx 11 metres tall stone pine with a small number of very large branches.
该数据集已经收集了一个\approx 11米高的石头松少数非常大的分支。
The .csv file must contain all column headings listed in importFieldData, regardless of them being optional (no data in them) or mandatory.
.csv文件必须包含列标题中列出importFieldData,无论它们是可选的(在没有数据)或强制。
源----------Source----------
Original data collected by the author
笔者所收集的原始数据
实例----------Examples----------
library("treecm")
treeData <- importFieldData(system.file("data/stonePine2FieldData.csv.gz", package = "treecm"), 650, allometryABDC)
head(treeData$fieldData)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|