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

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

[复制链接]
发表于 2012-9-28 21:38:12 | 显示全部楼层 |阅读模式
plotevol(RSEIS)
plotevol()所属R语言包:RSEIS

                                        Plot Spectrogram
                                         图频谱图

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

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

Plot Spectrogram
图频谱图


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


plotevol(DEVOL, log = 0, fl = 0, fh = 10, col = col, ylog = FALSE, ygrid
= FALSE, AXE = c(1, 2, 3, 4), CSCALE = FALSE, WUNITS = "Volts", STAMP =
NULL, STYLE = "fft")

plotevol2(DEVOL, log = 0, fl = 0, fh = 10, col = col, ylog = FALSE, ygrid
= FALSE, AXE = c(1, 2, 3, 4), CSCALE = FALSE, WUNITS = "Volts", STAMP =
NULL, STYLE = "fft", add=FALSE, IMAGE=TRUE, WIG=TRUE )

blankevol(DEVOL, log=0,  fl=0, fh=10 , col=col, ylog=FALSE, ygrid=FALSE,
AXE=c(1,2,3,4),
CSCALE=FALSE, WUNITS="Volts", STAMP=NULL, STYLE="fft", WIG=TRUE  )





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

参数:DEVOL
spectrogram structure  
光谱结构


参数:log
scale by logarithm
通过对数规模


参数:fl
low frequency  
低频


参数:fh
high frequency  
高频


参数:col
color palette  
调色板


参数:ylog
scale Y-axis by log
规模Y-轴的log


参数:ygrid
logical, TRUE=add grid
逻辑,TRUE =加网格


参数:AXE
sides to add axis
双方添加轴


参数:CSCALE
logical, TRUE=add color scale
逻辑,TRUE =加色标


参数:WUNITS
character string for units
字符串的单位


参数:STAMP
character string for identification  
字符的字符串识别


参数:STYLE
Plotting style.  Default, "fft"=plot half the spectrum image , else plot whole spectrum
绘图风格。默认情况下,“FFT”图一半的光谱图像,其他图全谱


参数:add
logical, add to existing plot, default=FALSE
逻辑,添加到现有的图,默认值= FALSE


参数:IMAGE
logical, whether to plot the image or not
逻辑,是否绘制的图像或不


参数:WIG
logical, whether to plot the wiggle or not
逻辑,无论是绘制摆动或不


Details

详细信息----------Details----------

Plot Spectrogram. Because the fft function returns positive and negative frequencies, ff STYLE="fft" then the image matrix is reduced IMAT = t(DSPEC[1numfreqs/2),])  otherwise IMAT = t(DSPEC).
图谱图。由于fft函数返回正和负频率,几段STYLE =“的fft”然后降低的图像矩阵IMAT = t(下DSPEC [1:(numfreqs / 2)])以其他方式:IMAT =吨(DSPEC)。

plotevol2  is used to add secondary spectra to ones already plotted, or to manage graphical paramters, or create other plots that match the graphical presentation of the spectrogram (plots of frequency versus time, but not images)
plotevol2添加二级光谱已经绘制,管理图形的外观和数据,或者创建其他图相匹配的频谱(频率随时间变化图,但没有图像图形表示)


值----------Value----------

Graphical Side Effects
图形化的副作用


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


Jonathan M. Lees<jonathan.lees.edu>



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

evolfft
evolfft


实例----------Examples----------




data(CE1)

Xamp = CE1$y

DT = CE1$dt

tsecs = DT*(length(Xamp)*.02)
    multi = 2
scale.def = 1
  TWOSEC = tsecs*(1/DT)
   
  NS = floor(multi*TWOSEC)
  NOV = floor(multi*(TWOSEC-.2*TWOSEC))

   
    Nfft=4096

    pal = rainbow(100)

    fl  = 0
   fh=1/(2*DT)

   flshow =  .5
   fhshow = 120

   DEV = evolfft(Xamp,DT , Nfft=Nfft, Ns=NS , Nov=NOV,  fl=fl, fh=fh  )

  PE =  plotevol(DEV, log=scale.def, fl=flshow, fh=fhshow,
                 col=pal, ygrid=FALSE, STAMP="HITHERE", STYLE="fft")





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


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

使用道具 举报

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

本版积分规则

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

GMT+8, 2024-11-27 11:49 , Processed in 0.019168 second(s), 15 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

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