phaseplot(seewave)
phaseplot()所属R语言包:seewave
Phase-phase 2D or 3D plot of a time wave
相相2D或3D绘图的时间波
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This function returns a 2D or 3D representation of a time
这个函数返回一个2D或3D表示的时间
用法----------Usage----------
phaseplot(wave, f, dim = 3, plot = TRUE, type = "l", xlab = "1st derivative", ylab = "2nd derivative", zlab = "3rd derivative", ...)
参数----------Arguments----------
参数:wave
an R object.
R对象。
参数:f
sampling frequency of wave (in Hz). Does not need to be specified if embedded in wave.
wave(赫兹)的采样频率。不需要以指定如果嵌入在wave,。
参数:dim
a vector of lenght 1, the number of dimensions of the plot. Can be either 2 or 3.
一个向量的长度,尺寸的图。可以是2或3。
参数:plot
logical, if TRUE plots phase-phase plot (by default TRUE).
逻辑,如果TRUE图阶段相图(默认情况下TRUE)。
参数:type
type of plot that should be drawn. See plot for details (by default "l" for lines).
的图,应制定。见plot的详细信息(默认情况下,“L”线)。
参数:xlab
title of the x axis.
x轴的标题。
参数:ylab
title of the y axis.
y轴的标题。
参数:zlab
title of the z axis.
z轴的标题。
参数:...
other plot or plot3d graphical parameters
其他plot或plot3d图形参数
值----------Value----------
If plot is FALSE then a 2 or 3 column matrix is returned. The position of the column is related to the order of the
如果plotFALSE2或3列的矩阵,则返回。的列中的位置有关的顺序
注意----------Note----------
Phase-phase plot can be used to test non-linearity.
相 - 相图可以用于测试非线性度。
(作者)----------Author(s)----------
Jerome Sueur
参考文献----------References----------
Rice AN, Land BR, Bass AH (2011) - Nonlinear acoustic complexity in a fish 'two-voice' system. Proceedings of the Royal Society B, in press.
实例----------Examples----------
require(rgl)
data(tico)
phaseplot(tico)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|