PCsaveWPX(Rquake)
PCsaveWPX()所属R语言包:Rquake
Save WPX list
保存WPX列表
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Save a WPX list to a file on the local file system.
WPX列表保存到本地文件系统上的文件。
用法----------Usage----------
PCsaveWPX(twpx, destdir = ".")
参数----------Arguments----------
参数:twpx
WPX list
WPX列表
参数:destdir
character, destination directory, default=getwd()
字符,目标目录,缺省值= getwd()
Details
详细信息----------Details----------
Creates a file with the list as in native binary format. This file can be loaded with the standard load function in R. The name of the file is created by using the minimum time extracted from the WPX list. The suffix on the file name is RDATA. When reading in, the object created is named "twpx" for further processing.
创建一个文件,在本机二进制格式的列表。该文件可装载标准装载函数R.创建的文件名,用最短的时间从WPX列表中提取。 RDATA的文件名后缀是。当读取中,创建的对象被命名为“twpx”进行进一步的处理。
值----------Value----------
Side effects on file system. The name of the output file is returned.
文件系统的副作用。返回的输出文件的名称。
注意----------Note----------
User must have write access to the destination directory.
用户必须具有写访问到目标目录中。
(作者)----------Author(s)----------
Jonathan M. Lees<jonathan.lees@unc.edu>
参见----------See Also----------
addWPX, catWPX, checkWPX, cleanWPX, clusterWPX, repairWPX, setWPX
addWPX,catWPX,checkWPX,cleanWPX,clusterWPX,repairWPX,setWPX
实例----------Examples----------
## Not run: [#不运行:]
s1 = setWPX(name="HI", yr=2011, jd=231, hr=4, mi=3, sec = runif(5))
hh = PCsaveWPX(s1)
### read in the data[##读取数据]
load(hh)
data.frame(twpx)
## End(Not run)[#(不执行)]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|