seiscols(RSEIS)
seiscols()所属R语言包:RSEIS
Set colors for seismic display
设置地震显示的颜色
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Given an RSEIS list of seismic data return a set of colors associated with the structure that colors each trace and its components the same color.
由于地震数据的RSEIS列表返回一组颜色与结构相关联,每个跟踪和颜色相同的颜色。
用法----------Usage----------
seiscols(GH, acols="black", M="STNS")
参数----------Arguments----------
参数:GH
Seismic RSEIS list
地震RSEIS列表
参数:acols
vector of colors to choose from
向量的颜色可供选择
参数:M
character, "STNS" = stations, "COMPS" = components
字符,“STNS”站,“COMPS”=组件
值----------Value----------
参数:colors
alpha/numeric vector of colors
字母/数字矢量的颜色
(作者)----------Author(s)----------
Jonathan M. Lees<jonathan.lees@unc.edu>
实例----------Examples----------
data(GH)
GH$pcol = seiscols(GH)
swig(GH, sel=which(GH$COMPS=="V"), WIN=c(3, 10), SHOWONLY=TRUE)
xcol = seiscols(GH, acols=c("black", "darkmagenta", "forestgreen") )
GH$pcol = xcol
swig(GH, sel=which(GH$COMPS=="V"), , SHOWONLY=TRUE)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|