plot-WspecMat(tuneR)
plot-WspecMat()所属R语言包:tuneR
Plotting WspecMat objects
绘制WspecMat对象
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Plotting a spectogram (image) of an object of class Wspec or WspecMat.
绘制一个对象的类Wspec或WspecMat的一个spectogram(图像)。
用法----------Usage----------
## S4 method for signature 'WspecMat,missing'
plot(x, xlab = "time", ylab = "Frequency",
xunit = c("samples", "time"), log = "", ...)
## S4 method for signature 'Wspec'
image(x, xlab = "time", ylab = "Frequency",
xunit = c("samples", "time"), log = "", ...)
参数----------Arguments----------
参数:x
Object of class WspecMat (for plot) or Wspec (for image).
类的对象WspecMat(plot)Wspec(image)。
参数:xlab, ylab
Label for x-/y-axis.
标签为x-/y-axis。
参数:xunit
Character indicating which units are used to annotate the x axis. If xunit = "time", the unit is time in seconds, otherwise the number of samples.
字符用于标注x轴的单位。如果xunit = "time",单位是时间(秒),否则的样本数。
参数:log
Character - "z" if the z values are to be logarithmic.
字符 - "z"如果Z值是对数。
参数:...
Further arguments to be passed to the underlying image function. See image for details.
进一步的参数被传递给底层image函数。见image的详细信息。
Details
详细信息----------Details----------
Calling image on a Wspec object converts it to class WspecMat and calls the corresponding plot function.<br> Calling plot on a WspecMat object generates an image with correct annotated axes.
调用imageWspec对象,将其转换为类WspecMat,并调用相应的plot功能。参考调用plotWspecMat对象生成一个image正确的注释轴。
(作者)----------Author(s)----------
Uwe Ligges, <a href="mailto:ligges@statistik.tu-dortmund.de">ligges@statistik.tu-dortmund.de</a>
参见----------See Also----------
see image, Wspec, WspecMat, periodogram and tuneR
看到image,Wspec,WspecMat,periodogram和调谐器
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|