plot-Wspec(tuneR)
plot-Wspec()所属R语言包:tuneR
Plotting Wspec objects
绘制Wspec对象
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Plotting a periodogram contained in an object of class Wspec.
绘制一个周期图中包含的对象类Wspec。
用法----------Usage----------
## S4 method for signature 'Wspec,missing'
plot(x, which = 1, type = "h", xlab = "Frequency",
ylab = NULL, log = "", ...)
参数----------Arguments----------
参数:x
Object of class Wspec.
对象类Wspec。
参数:which
Integer indicating which of the periodograms contained in object x to plot. Default is to plot the first one.
整数,指示的周期图中包含的对象x图。默认是绘制第一个。
参数:type
The default is to plot horizontal lines, rather than points. See plot.default for details.
默认值是绘制水平线,而不是点。见plot.default的详细信息。
参数:xlab, ylab
Label for x-/y-axis.
标签为x-/y-axis。
参数:log
Character - "x" if the x axis is to be logarithmic, "y" if the y axis is to be logarithmic (quite typical for some visualizations of periodograms), and "xy" or "yx" if both axes are to be logarithmic.
人物 - "x"如果X轴是对数,"y"如果Y轴是对数(比较典型的一些可视化的周期图),和"xy"或"yx"如果两个轴是对数。
参数:...
Further arguments to be passed to the underlying plot functions. See plot.default for details.
进一步的参数被传递给底层的绘图功能。见plot.default的详细信息。
(作者)----------Author(s)----------
Uwe Ligges, <a href="mailto:ligges@statistik.tu-dortmund.de">ligges@statistik.tu-dortmund.de</a>
参见----------See Also----------
see Wspec, periodogram and tuneR
看到Wspec,periodogram和调谐器
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|