taperInterpolate(sampSurf)
taperInterpolate()所属R语言包:sampSurf
Interpolate Diameters or Lengths in a
插在一个直径或长度
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Taper information is stored in a data frame within the taper slot of a “downLog” object. This function lets one interpolate diameters at given lengths, or vice versa from the taper data. This is done using either the built-in taper function or splines, depending on the value of the solidType slot in the object.
锥度的信息被存储在一个数据框在taper插槽“downLog”对象。此功能可插直径在给定的长度,反之亦然的锥度数据的。这是通过使用内置的锥形的功能或样条曲线,这取决于在该对象中的值solidType插槽。
用法----------Usage----------
taperInterpolate(dlog, whichSense = c("diameter", "length"), pts = NULL, ...)
参数----------Arguments----------
参数:dlog
A valid object of class “downLog”
有效的对象类“downLog”,
参数:whichSense
Either "diameter" to interpolate diameters, or "length" to interpolate lengths.
无论是“直径”内插的直径,或“长度”内插长度。
参数:pts
If whichSense = "diameters" then this is a vector of lengths at which to interpolate the diameters. Alternatively, if whichSense = "lengths" then this is a vector of diameters at which to interpolate the lengths.
如果whichSense = "diameters"那么这是一个向量,在该内插的直径的长度。或者,如果whichSense = "lengths"那么这是一个向量的直径在该内插的长度。
参数:...
Just gobbled for now.
只是现在吞并。
Details
详细信息----------Details----------
Please note that the routine will throw an error if the points you select for interpolation are not found in the log.
请注意,程序将抛出一个错误,如果你选择插在log中找到。
值----------Value----------
A numeric vector with the interpolated diameters or lengths.
一个数值向量的内插直径或长度。
(作者)----------Author(s)----------
Jeffrey H. Gove
参见----------See Also----------
"downLog"
"downLog"
实例----------Examples----------
dl = downLog(buttDiam=12, topDiam=2, logLen=10, units="English")
dl@taper
taperInterpolate(dl, pts=c(2.6, 4.1, 7.2))
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|