stonePine1FieldData(treecm)
stonePine1FieldData()所属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",275,73,41,"10.2","2.5",0,80,"FALSE","TRUE" "L2",275,41,16,"3.9","2.75","10.2",80,"FALSE","TRUE" "B1",190,15,0,"7.95","10.1",,,"FALSE","FALSE" "B2",200,22,0,"7.95","10.4",,,"FALSE","FALSE" "B3",230,15,0,"7.95","10.4",,,"FALSE","FALSE" "B4",200,18,0,"7.95","11.15",,,"FALSE","FALSE" "B5",180,7,0,"7.95","11.3",,,"FALSE","FALSE" "B6",150,6,0,"7.95","11.3",,,"FALSE","FALSE" "B7",340,16,0,"3.95","11.3",,,"FALSE","FALSE" "B8",220,13,0,"7.95","11.8",,,"FALSE","FALSE" "B9",165,19,0,"7.95","11.8",,,"FALSE","FALSE" "B10",280,8,0,"3.95","11.9",,,"FALSE","FALSE" "B11",170,9,0,"7.95","11.9",,,"FALSE","FALSE" "B12",265,8,0,"7.95","12.2",,,"FALSE","FALSE" "B13",75,6,0,"3.95","12.2",,,"FALSE","FALSE" "B14",180,6,0,"7.95","12.2",,,"FALSE","FALSE" "B15",170,6,0,"7.95","12.6",,,"FALSE","FALSE" "B16",120,5,0,"7.95","12.6",,,"FALSE","FALSE" "B17",10,14,0,"3.95",13,,,"FALSE","FALSE" "B18",180,13,0,"7.95",13,,,"FALSE","FALSE" "B19",260,13,0,"7.95","13.2",,,"FALSE","FALSE" "B20",75,6,0,"3.95","13.2",,,"FALSE","FALSE" "B21",75,10,0,"3.95","13.75",,,"FALSE","FALSE" "B22",215,7,0,"7.95","13.75",,,"FALSE","FALSE" "B23",140,7,0,"7.95","13.75",,,"FALSE","FALSE" "C",275,16,0,3,3,"14.1",80,"FALSE","TRUE"
的<CODE>“代码”,“方位”,“dBase的”中,“dTip”,“长度”,“TIPD”,“高度”,“倾斜”,“toBePruned”,“pathToTip”,“L1”,275,73, 41,“10.2”,“2.5”,0,80,“伪(FALSE)”,“TRUE”,“L2”,275,41,16,“3.9”,“2.75”,“10.2”,80,“伪(FALSE)”,“ TRUE“,”B1“,190,15,0,”7.95“,”10.1“,”FALSE“,”FALSE“,”B2“,200,22,0,”7.95“,”10.4“,,,” FALSE“,”FALSE“,”B3“,230,15,0,”7.95“,”10.4“,”FALSE“,”FALSE“,”B4“,200,18,0,”7.95“,”11.15“ ,,,“伪(FALSE)”,“伪(FALSE)”,“B5”,180,7,0,“7.95”,“11.3”,“伪(FALSE)”,“伪(FALSE)”,“B6”,150,6,0,“7.95” ,“11.3”,“伪(FALSE)”,“伪(FALSE)”,“B7”,340,16,0,“3.95”,“11.3”,“伪(FALSE)”,“伪(FALSE)”,“B8”,220,13,0 ,“7.95”,“11.8”,“FALSE”,“FALSE”,“B9”,165,19,0,“7.95”,“11.8”,“FALSE”,“FALSE”,“B10”,280 ,8,0,“3.95”,“11.9”,“伪(FALSE)”,“伪(FALSE)”,“B11”,170,9,0,“7.95”,“11.9”,“伪(FALSE)”,“伪(FALSE)”“ B12“,”7.95“,”12.2“,”FALSE“,”FALSE“,”B13“,75,6,0,”3.95“,”12.2“,”FALSE“,265,8,0, “伪(FALSE)”,“B14”,180,6,0,“7.95”,“12.2”,“伪(FALSE)”,“伪(FALSE)”,“B15”,170,6,0,“7.95”,“12.6”,, “伪(FALSE)”,“伪(FALSE)”,“B16”,120,5,0,“7.95”,“12.6”,“伪(FALSE)”,“伪(FALSE)”,“B17”,10,14,0,“3.95”,13, ,“伪(FALSE)”,“伪(FALSE)”,“B18”,180,13,0,“7.95”,13,,“伪(FALSE)”,“FALSE”,“B19”,260,13,0,“7.95”,“13.2 “,,,”伪(FALSE)“,”伪(FALSE)“,”B20“,75,6,0,”3.95“,”13.2“,”伪(FALSE)“,为”FALSE“,”B21“,75,10,0,”3.95 “,”13.75“,”伪(FALSE)“,”伪(FALSE)“,”B22“,215,7,0,”7.95“,”13.75“,”伪(FALSE)“,”伪(FALSE)“,”B23“,140,7, 0,“7.95”,“13.75”,“伪(FALSE)”,“伪(FALSE)”的“C”,275,16,0,3,3,“14.1”,80,“伪(FALSE)”,“TRUE”
Details
详细信息----------Details----------
This dataset has been collected for a 17.1 metres tall stone pine whose stem was tilted approx. 20 degrees from the vertical plane (or 80 degrees from the horizontal plane). The stem has been sectioned in two logs (L1 and L2), and a final branch (C).
此数据集已收集了17.1米的高大的石倾斜约干松的。 20度的垂直平面(或从水平面80度)。的干切片在两个log(L1和L2),和最后的分支(C)。
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/stonePine1FieldData.csv.gz", package = "treecm"),
650,
allometryABDC
)
head(treeData$fieldData)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|