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)。
QQ.plot()所属R语言包:CGEN
描述----------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.
title图的标题字符串。默认是“QQ图”。
color The color of the plot.
color色彩的图。默认的是“蓝色”。
参见----------See Also----------
chromosome.plot
chromosome.plot
举例----------Examples----------
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。