roughness(seewave)
roughness()所属R语言包:seewave
Roughness or total curvature
粗糙度或总曲率
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This function computes the roughness or total curvature of
此函数计算的粗糙或总曲率
用法----------Usage----------
roughness(x, std = FALSE)
参数----------Arguments----------
参数:x
a vector
一个向量
参数:std
a logical, if set to TRUE then x is standardized by its maximum.
一个逻辑,如果设置为TRUE然后x是其最大的标准化。
Details
详细信息----------Details----------
Roughness or total curvature is the integrated squared second derivative :<br>
粗糙度或总曲率的积分平方的二阶导数:<BR>
.
。
值----------Value----------
A vector of length 1.
一个向量长度为1。
注意----------Note----------
The value has not unit.
值没有单位。
(作者)----------Author(s)----------
Jerome Sueur
参考文献----------References----------
参见----------See Also----------
rugo, rms, sh, th, H.
rugo,rms,sh,th,H。
实例----------Examples----------
data(tico)
spec <- meanspec(tico, plot=FALSE)[,2]
roughness(spec)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|