piczoeppritz(zoeppritz)
piczoeppritz()所属R语言包:zoeppritz
Show Scattering Diagram Cartoon
显示散射图卡通
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Adds a small diagram showing two layers and labeled scattered ray paths.
添加小图两层和标记散射光路径。
用法----------Usage----------
piczoeppritz(LL = list(x = c(0, 1), y = c(0, 1)), chincw = "P")
参数----------Arguments----------
参数:LL
Bounds of Box for plotting
界盒的图
参数:chincw
character for incident wave
字符入射波
Details
详细信息----------Details----------
This code simply adds a small cartoon showing incoming and outgoing waves in scattering matrix.
此代码只是增加了一个小卡通来表示传入和传出的波的散射矩阵。
值----------Value----------
Graphical side effect.
图形的副作用。
(作者)----------Author(s)----------
Jonathan M. Lees<jonathan.lees@unc.edu>
参见----------See Also----------
pzoeppritz
pzoeppritz
实例----------Examples----------
plot(c(0,1), c(0,1), type='n')
piczoeppritz(LL = list(x = c(0.5, 0.75), y = c(0.5, 0.75)), chincw = "P")
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|