找回密码
 注册
查看: 344|回复: 0

R语言 tuneR包 melodyplot()函数中文帮助文档(中英文对照)

[复制链接]
发表于 2012-10-1 13:01:36 | 显示全部楼层 |阅读模式
melodyplot(tuneR)
melodyplot()所属R语言包:tuneR

                                        Plotting a melody
                                         绘制的旋律

                                         译者:生物统计家园网 机器人LoveR

描述----------Description----------

Plot a observed melody and (optional) an expected melody,
绘制一个观察到的旋律和(可选的)预期的旋律,


用法----------Usage----------


melodyplot(object, observed, expected = NULL, bars = NULL,
    main = NULL, xlab = NULL, ylab = "note", xlim = NULL, ylim = NULL,
    observedtype = "l", observedcol = "red", expectedcol = "grey",
    gridcol = "grey", lwd = 2, las = 1, cex.axis = 0.9,
    mar = c(5, 4, 4, 4) + 0.1, notenames = NULL, thin = 1,
    silence = "silence", plotenergy = TRUE, ...,
    axispar = list(ax1 = list(side=1),
                   ax2 = list(side=2),
                   ax4 = list(side=4)),
    boxpar = list(),
    energylabel = list(text="energy", side=4, line=2.5, at=rg.s-0.25, las=3),
    energypar = list(),
    expectedpar = list(),
    gridpar = list(col = gridcol),
    observedpar = list(col=observedcol, type=observedtype, lwd=2, pch=15))



参数----------Arguments----------

参数:object
An object of class Wspec.
对象的类Wspec。


参数:observed
Observed notes, probably as a result from noteFromFF (or a smoothed version). This should correspond to the Wspec object. It can also be a matrix of k columns where those k notes in the same row  are displayed at the same timepoint.
观察到的注释,这可能是由于从noteFromFF(或平滑的版本)。这应该对应的Wspecobject。它也可以是k这些k的注释显示在同一行中的相同的时间点的列的一个矩阵。


参数:expected
Expected notes (optional; in order to compare results), same format as observed.
预期票据(可选的,为了比较的结果),相同的格式observed。


参数:bars
Number of bars to be plotted (a virtual static segmentation takes place). If NULL (default), time rather than bars are used.
要绘制的条数(一个虚拟的静态分割发生时)。如果NULL(默认值),而不是条形。


参数:main
Main title of the plot.
主标题的图。


参数:xlab, ylab
Annotation of x/y-axes.
X / Y轴的诠释。


参数:xlim, ylim
Range of x/y-axis, where ylim must be an integer  that represents the range of note heights that should be displayed.
x / y的轴范围,其中ylim必须是一个整数,表示应显示的注释的高度的范围内。


参数:observedtype
Type (either "p" for points or "l" for lines)  used for representing observed notes.  "l" (the default) is not sensible for polyphonic representations.
用于表现观测到的票据类型(无论是"p"为点或"l"线)。 "l"(默认值)是不理智的和弦表示。


参数:observedcol
Colour for the observed melody.
所观察到的旋律的颜色。


参数:expectedcol
Colour for the expected melody.
预期旋律的颜色。


参数:gridcol
Colour of the grid.
在网格的颜色。


参数:lwd
Line width, see par for details.
线宽,请参阅par的详细信息。


参数:las
Orientation of axis labels, see par for details.
轴标签的方向,看到par的详细信息。


参数:cex.axis
Size of tick mark labels, see par for details.
的刻度标记标签的大小,请参阅par的详细信息。


参数:mar
Margins of the plot, see par for details.
保证金的图,请参阅par的详细信息。


参数:notenames
Optionally specify other notenames (character) for the y axis.
可选指定其他notenames,(字符)为Y轴。


参数:thin
Amount of thinning of notenames, i.e. only each thinth notename is displayed on the y-axis.
金额变薄notenames,即只有每个thin个notename被显示在y轴上。


参数:silence
Character string for label of the "silence" (default) axis.
标签的“沉默”(默认值)轴的字符串。


参数:plotenergy
Logical (default: TRUE),  whether to plot energy values in the bottom part of the plot.
逻辑(默认:TRUE),无论是在底部的图绘制的能量值。


参数:...
Additional graphical parameters to be passed to underlying plot function.
额外的图形参数被传递到相关plot功能。


参数:axispar
A named list of three other lists (ax1,ax2, and ax4) containing parameters passed to the corresponding axis calls for the three axis time (ax1), notes (ax2), and energy (ax4).
命名的参数传递给相应的ax1需要三个轴的时间(ax2其他三个列表(ax4,axis和ax1) ),票据(ax2),能源(ax4)。


参数:boxpar
A list of parameters to be passed to the box generating functions.
要传递到的参数列表生成功能的框。


参数:energylabel
A list of parameters to be passed to the energy-label  generating mtext call.
要传递给能源标签产生mtext调用的参数列表。


参数:energypar
A list of parameters to be passed to the lines function that draws the energy curve.
要传递给lines功能,吸引了能量曲线的参数列表。


参数:expectedpar
A list of parameters to be passed to the rect  function that draws the rectangles for expected values.
要传递给rect函数绘制的矩形预期值的参数列表。


参数:gridpar
A list of parameters to be passed to the abline  function that draws the grid lines.
要传递给abline功能,绘制网格线的参数列表。


参数:observedpar
A list of parameters to be passed to the lines  function that draws the observed values.
要传递给lines函数绘制的观测值的参数列表。


(作者)----------Author(s)----------


Uwe Ligges, <a href="mailto:ligges@statistik.tu-dortmund.de">ligges@statistik.tu-dortmund.de</a>



参见----------See Also----------

noteFromFF, FF, quantplot;
noteFromFF,FF,quantplot;

转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。


注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

手机版|小黑屋|生物统计家园 网站价格

GMT+8, 2024-11-28 18:36 , Processed in 0.027701 second(s), 16 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表