PFoutput(Rquake)
PFoutput()所属R语言包:Rquake
Write a pickfile to disk
写一个pickfile到磁盘
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Write a pickfile to disk ina variety of formats.
写到磁盘INA多种格式的一个pickfile。
用法----------Usage----------
PFoutput(PF, stas = NULL, sol = NULL, format = 0)
参数----------Arguments----------
参数:PF
Pickfile list from RSEIS
Pickfile从RSEIS列表
参数:stas
station list
电台列表
参数:sol
solution vector, (lat, lon, z, t0)
解向量,(纬度,经度,Z,T0)
参数:format
integer, 0=all formats, 1=native R, 2=UW, 3=csv)
整数,0 =所有的格式,1 =本地R,2 = UW = CSV 3)
Details
详细信息----------Details----------
Writes files to disk in local directory.
在本地目录中写入文件到磁盘。
值----------Value----------
Side effects
副作用
注意----------Note----------
Creates a file name and writes to disk in a variety of formats.
创建一个文件名,并写入到磁盘中的各种格式。
(作者)----------Author(s)----------
Jonathan M. Lees<jonathan.lees@unc.edu>
参见----------See Also----------
SavePF, RSEIS
SavePF,RSEIS
实例----------Examples----------
## Not run: [#不运行:]
PFoutput(nh$PF, stas = g$sta, sol = NULL, format = 0)
## End(Not run)[#(不执行)]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|