加载中…
个人资料
  • 博客等级:
  • 博客积分:
  • 博客访问:
  • 关注人气:
  • 获赠金笔:0支
  • 赠出金笔:0支
  • 荣誉徽章:
正文 字体大小:

R语言-qq.plot函数说明

(2014-08-03 17:37:32)
分类: 【R语言】
QQ.plot(CGEN)
QQ.plot()所属R语言包:CGEN

                                        QQ plot 
                                         QQ图

                                         译者:生物统计家园网 机器人LoveR

描述----------Description----------

Create a quantile-quantile plot 
创建一个位数位数图


用法----------Usage----------


QQ.plot(pvals, op=NULL)



参数----------Arguments----------

参数:pvals
Vector of p-values. No default. 
向量的p-值。没有默认值。


参数:op
List of options (see details). The default is NULL. 
选项的列表(见详情)。默认值为NULL。


Details

详情----------Details----------

Plots the ranked p-values against their expected order statistics on a minus log base 10 scale. Options list op: Below are the names for the options list op. All names have default values if they are not specified.
图的排名p值对他们的预期的顺序统计,在零下log碱基10分。选项列表运算:下面是选项列表op的名称。如果它们没有被指定,所有的名字有默认值。

title Character string for the title of the plot.  The default is "QQ PLOT".
title图的标题字符串。默认是“QQ图”。

color The color of the plot.  The default is "blue".
color色彩的图。默认的是“蓝色”。


参见----------See Also----------

chromosome.plot
chromosome.plot


举例----------Examples----------


  set.seed(123)
  p <- runif(1000)
  QQ.plot(p)

转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。

0

阅读 收藏 喜欢 打印举报/Report
  

新浪BLOG意见反馈留言板 欢迎批评指正

新浪简介 | About Sina | 广告服务 | 联系我们 | 招聘信息 | 网站律师 | SINA English | 产品答疑

新浪公司 版权所有