setWPX(RSEIS)
setWPX()所属R语言包:RSEIS
Set WPX
设置WPX
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Create a WPX list from vector input or relavent parameters.
创建一个WPX从的矢量输入或relavent参数列表。
用法----------Usage----------
setWPX(phase = NULL, col = NULL, yr = NULL, jd = NULL, hr = NULL, mi = NULL, sec = NULL, dur = NULL, name = NULL, comp = NULL, dispcomp = NULL, onoff = NULL)
参数----------Arguments----------
参数:phase
character, phase names
字符,阶段名称
参数:col
character, colors
字符,颜色
参数:yr
numeric, year
数字,今年
参数:jd
numeric, julian day
数字,儒略日
参数:hr
numeric, hour
数字,小时
参数:mi
numeric, minute
数字,分
参数:sec
numeric, second
数字,第二
参数:dur
numeric, duration(s)
数字,持续时间(S)
参数:name
character, station name
字符,站名
参数:comp
character, component
字符,组件
参数:dispcomp
character, display string
字符,显示字符串
参数:onoff
numeric, flag for turning pick on or off
把挑上或关闭数字,标志
Details
详细信息----------Details----------
Utility for setting up a WPX list for further processing.
实用程序设置了WPX进行进一步的处理列表。
值----------Value----------
WPX list.
WPX列表。
注意----------Note----------
Used internally.
内部使用。
(作者)----------Author(s)----------
Jonathan M. Lees<jonathan.lees@unc.edu>
参见----------See Also----------
addWPX, catWPX, checkWPX, cleanWPX, clusterWPX, repairWPX, saveWPX
addWPX,catWPX,checkWPX,cleanWPX,clusterWPX,repairWPX,saveWPX
实例----------Examples----------
s1 = setWPX(name="HI", yr=2011, jd=231, hr=4, mi=3, sec = runif(5))
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|