PLOT.TOMOXSEC(RTOMO)
PLOT.TOMOXSEC()所属R语言包:RTOMO
Plot a tomographic cross section
绘制一个断层截面
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Plot a tomographic cross section that has been extracted from the model previously with TOMO3D.drive
绘制一个断层截面已经从以前的模型提取与TOMO3D.drive
用法----------Usage----------
PLOT.TOMOXSEC(XZSEC, depth = c(-25, 0), COL = NULL, LIM = NULL, STA = NULL, ADD = FALSE)
参数----------Arguments----------
参数:XZSEC
Cross section list
横截面列表
参数:depth
Depth range
深度范围
参数:COL
color palette
调色板
参数:LIM
limits for values in image
图像中的值的限制
参数:STA
stations to be projected
站以被投影
参数:ADD
logical, TRUE=add to existing plot
逻辑,TRUE为添加到现有的图
值----------Value----------
Graphical Side Effects
图形化的副作用
(作者)----------Author(s)----------
Jonathan M. Lees<jonathan.lees@unc.edu>
参见----------See Also----------
TOMOXSEC, XSEC.drive
TOMOXSEC,XSEC.drive
实例----------Examples----------
data(HELMOD)
### after L = locator(2)[##后,L =定位器(2)]
L=list()
L$x=c( 4.21883807095,23.99298268599)
L$y=c(15.8014536521,11.4951858659)
### create the cross section:[##创建横截面:]
XZ = TOMOXSEC(HELMOD, L$x[1], L$y[1], L$x[2], L$y[2] , zmax=20, COL=tomo.colors(100), PLOT=FALSE)
### Now plot the cross section[##现在绘制的横截面]
PLOT.TOMOXSEC(XZ)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|