meta.colors(rmeta)
meta.colors()所属R语言包:rmeta
Control colours in meta-analysis plot
控制颜色的荟萃分析图
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Wrapper function for specifying colours to meta-analysis plots
包装函数指定颜色的荟萃分析图
用法----------Usage----------
meta.colors(all.elements, box="black", lines="gray", summary="black",
zero="lightgray", mirror="lightblue", text="black",
axes="black",background=NA)
参数----------Arguments----------
参数:all.elements
if present, overrides other arguments
如果存在的话,会覆盖其他参数
参数:box
Colour of sample size box
样本大小“框中的颜色
参数:lines
Colour of confidence intervals
置信区间的颜色
参数:summary
Colour of summary estimate
总概算的颜色
参数:zero
Colour of null hypothesis line
零假设线的颜色
参数:mirror
Colour of reflected points (in funnelplot)
颜色的反射点(funnelplot)
参数:text
Colour of labels
标签的颜色
参数:axes
Colour of x-axis and axis labels
x轴和轴标签的颜色
参数:background
Background colour.
背景颜色。
值----------Value----------
a list of colors
的颜色列表
参见----------See Also----------
plot.meta.MH,plot.meta.DSL,plot.meta.summaries,funnelplot,metaplot
plot.meta.MH,plot.meta.DSL,plot.meta.summaries,funnelplot,metaplot
实例----------Examples----------
data(cochrane)
steroid <- meta.MH(n.trt, n.ctrl, ev.trt, ev.ctrl,
names=name, data=cochrane)
## All black, for better photocopying[#全黑的,更好的复印]
plot(steroid, col=meta.colors("black"))
## distinguish the summary [#区分摘要]
plot(steroid,colors=meta.colors(summary="forestgreen"))
data(catheter)
e <- meta.DSL(n.trt, n.ctrl, inf.trt, inf.ctrl, data=catheter,
names=Name, subset=c(13,6,3,12,4,11,1,14,8,10,2))
## Truly awful colour scheme to illustrate flexibility[#真正可怕的配色方案,以说明灵活性]
plot(e, colors=meta.colors(summary="green",lines=c("purple","skyblue"),
box="red",zero="yellow",text=palette(),background="tomato",
axes="lightgreen"))
## Dark blue background popular for presentations.[#深蓝色背景,流行的演示。]
plot(e, colors=meta.colors(summary="white",lines="#FFFFF0",[FFFFF0“]
box="#FFFF50",zero="grey90",text="white",background="darkblue",[FFFF50“,”零=“grey90”的文本=“白色”,背景=“深蓝色”,]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|