qqplot.lagged(RMAWGEN)
qqplot.lagged()所属R语言包:RMAWGEN
This function creates a Q-Q plot of the lag-lag moving cumulative addition of the values in the samples x,y,z
这个函数创建一个QQ图的滞后,滞后的样本中移动累计相加的值,X,Y,Z
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This function creates a Q-Q plot of the lag-lag moving cumulative addition of the values in the samples x,y,z
这个函数创建一个QQ的图lag落后于移动累计相加的值的样品x,y,z
用法----------Usage----------
qqplot.lagged(x = rnorm(1000), y = rnorm(1000), z = NULL,
when = 1:length(x), lag = 1, pch = 1, ...)
参数----------Arguments----------
参数:x,y
samples. If x is a data frame, y and z can be omitted.
样本。如果x是一个数据框,y和z可以省略。
参数:z
further samples organized as a list
再抽取样本化验列表的形式组成
参数:when
(integer) parts of x and y on which the Q-Q plot is made.
(整数)部分x和y的QQ图。
参数:lag
lag (current index included) on whose value the addition is made.
滞后(当前指数)值增加。
参数:pch
a vector of plotting characters or symbols: see points
一个矢量绘制的字符或符号:points
参数:...
further arguments for qqplot
进一步的论据qqplot
值----------Value----------
the Q-Q plot
Q-Q图
参见----------See Also----------
qqplot
qqplot
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|