stonePine1TreeData(treecm)
stonePine1TreeData()所属R语言包:treecm
Field recorded values for a stone pine tree
现场记录的值的石头松树
译者:生物统计家园网 机器人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.). treeBiomass has already been run on the dataset, vectors have yet to be computed.
中心的质量评估所需的数据已被记录在该领域的石头松(松pinea L.)。 treeBiomass已运行的数据集,向量计算。
格式----------Format----------
The format is: List of 4 $ fieldData :'data.frame': 26 obs. of 10 variables: ..$ azimuth : int [1:26] 275 275 190 200 230 200 180 150 340 220 ... ..$ dBase : int [1:26] 73 41 15 22 15 18 7 6 16 13 ... ..$ dTip : num [1:26] 41 16 0 0 0 0 0 0 0 0 ... ..$ length : num [1:26] 10.2 3.9 NA NA NA NA NA NA NA NA ... ..$ tipD : num [1:26] 2.5 2.75 7.95 7.95 7.95 7.95 7.95 7.95 7.95 3.95 ... ..$ height : num [1:26] 0 10.2 10.1 10.4 10.4 ... ..$ tilt : num [1:26] 80 80 0 0 0 0 0 0 0 0 ... ..$ toBePruned: logi [1:26] FALSE FALSE FALSE FALSE FALSE FALSE ... ..$ pathToTip : logi [1:26] TRUE TRUE FALSE FALSE FALSE FALSE ... ..$ biomass : num [1:26] 1825 193 123 313 123 ... $ density : num 650 $ allometryFUN:function (x, diameter) $ branchesCM : num 1
其格式为:特征码列表的4 fieldData:“数据框:26 OBS。 10个变量:$方位:[1:26] 275 275 190 200 230 200 180 150 340 220 ... .. $的dBase:INT [1:26] 73 41 15 22 15 18 7 6 16 13 ...元dTip:民[1:26] 41 16 0 0 0 0 0 0 0 0 ... .. $长度:民[1:26] 10.2 3.9 NA NA NA NA NA NA NA NA ...元TIPD:民[1:26] 2.5 2.75 7.95 7.95 7.95 7.95 7.95 7.95 7.95 3.95 ... ..高度:民[1:26] 0 10.2 10.1 10.4 10.4 ... .. $倾斜:民[1:26] 80 80 0 0 0 0 0 0 0 0 ... .. $ toBePruned:LOGI [1:26] FALSE,FALSE,FALSE,FALSE,FALSE,FALSE ... .. $ pathToTip:LOGI [1:26] TRUE,TRUE,FALSE,FALSE,FALSE,FALSE ... .. $生物质能:民[1:26] 1825 193 123 313 123 ...密度:民650 $ allometryFUN:功能(X直径)branchesCM:数量1
Details
详细信息----------Details----------
This dataset includes a list of 4 elements:
此数据集包括4个元素的列表:
the stonePine1FieldData dataset
stonePine1FieldData数据集
the density of wood
木材的密度
the allometry function
异速生长功能
the
的
源----------Source----------
Original data collected by the author
笔者所收集的原始数据
实例----------Examples----------
data(stonePine1TreeData)
vectors <- treeVectors(stonePine1TreeData)
CM <- centreOfMass(vectors)
summary(CM)
# The steps to recreate this dataset:[步骤来重新创建该数据集:]
treeData <- importFieldData(system.file("data/stonePine1FieldData.csv.gz", package = "treecm"), 650, allometryABDC)
treeData <- treeBiomass(treeData)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|