PLOT.TTCURVE(RSEIS)
PLOT.TTCURVE()所属R语言包:RSEIS
Plot Seismic Section, travel time curve
图地震剖面,走时曲线
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Seismic traces are plotted on a panel horizontally, with spacing according to distance from source.
地震轨迹绘制在面板上的水平,根据从源的距离间隔。
用法----------Usage----------
PLOT.TTCURVE(GH, STAXY = NULL, DIST = c(0, 10), DY = 0.1, tim = 1, dt = 1, sel = c(1:4), WIN = c(1, 0), labs = c("CE1"), notes = "CE1.V", tags = "CE1.V", sfact = 1, COL = "red", add = 1, pts = FALSE, YAX = FALSE, TIT = NULL, SHIFT = NULL, rm.mean = TRUE, UNITS = "volts", MARK = TRUE)
参数----------Arguments----------
参数:GH
Seismic data Structure
地震数据体结构
参数:STAXY
Station Locations and distances in KM
在KM站的位置和距离
参数:DIST
Distance range, km
距离范围内,公里
参数:DY
height of each wiggle
每一个摆动的高度
参数:tim
time span for plotting
时间跨度为绘图
参数:dt
sample interval, seconds
采样间隔,秒
参数:sel
select which traces to plot
选择绘制的痕迹
参数:WIN
vector, time window for zoom
矢量,时间窗口缩放
参数:labs
vector of labels for each panel
向量的每个面板的标签
参数:notes
vector of notes for each panel
每个面板的音符向量
参数:tags
character string vector, labels
字符串向量,标签
参数:sfact
scaling flag
缩放标志
参数:COL
col vector
山坳向量
参数:add
add to plot
添加到图
参数:pts
add points
加分
参数:YAX
Yaxis label
Y轴标签
参数:TIT
title
标题
参数:SHIFT
shift traces
转变的痕迹
参数:rm.mean
remove mean from traces
删除是指从痕迹
参数:UNITS
character, units of traces
字符,单位的痕迹
参数:MARK
character marking for earthquake
字符标记为地震
值----------Value----------
Graphical Side effect.
图形化的副作用。
list(n=nn, dy=dy, minS=minS, maxS=maxS, meanS=meanS, DX=range(tim[tflag]), DY=DY, DIST=DIST )
列表(N = NN,DY = DY,分钟=分钟,MAXS = MAXS,意味着=表示,DX =范围(TIM tflag]),DY = DY,DIST = DIST)
注意----------Note----------
This program is similar to PLOT.SEISN but traces are plotting with increasing distance from a set point. The distances are calculated prior to execution and passed as a vector or structure.
此程序是类似PLOT.SEISN但痕迹绘制一组点的距离的增加。距离计算在执行之前,通过作为向量或结构。
(作者)----------Author(s)----------
Jonathan M. Lees<jonathan.lees@unc.edu>
参见----------See Also----------
PLOT.SEISN
PLOT.SEISN
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|