plot.subseqelistchisq(TraMineR)
plot.subseqelistchisq()所属R语言包:TraMineR
Plot discriminant subsequences
图判别子序列
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Plot the result of seqecmpgroup
绘制的结果seqecmpgroup
用法----------Usage----------
## S3 method for class 'subseqelistchisq'
plot(x, ylim = "uniform", rows = NA, cols = NA,
residlevels = c(0.05,0.01),
cpal = brewer.pal(1 + 2 * length(residlevels), "RdBu"),
legendcol = NULL, legend.cex = 1, ptype="freq",
legend.title = NULL, ...)
参数----------Arguments----------
参数:x
The subsequences to plot (a subseqelist object).
子序列的绘制(subseqelist对象)。
参数:ylim
if "uniform" all axes have same limits.
如果"uniform"所有轴具有相同的限制。
参数:rows
Number of graphic rows
的图形的行数
参数:cols
Number of graphic columns
图形列数
参数:residlevels
Significance levels used to colorize the Pearson residual
用于着色的Pearson残差的显着性水平
参数:cpal
Color palette used to color the results
调色板颜色的结果
参数:legendcol
When TRUE the legend is printed vertically, when FALSE it is printed horizontally. If NULL (default) the best position will be chosen.
当TRUE的传说是垂直打印,当FALSE它的印刷水平。如果NULL(默认值)将选择最好的位置。
参数:legend.cex
Scale parameters for text legend.
尺度参数的文本传说。
参数:ptype
If set to "resid", Pearson residuals are plotted instead of frequencies
如果设置为"resid",Pearson残差绘制,而不是频率
参数:legend.title
Legend title.
图例标题。
参数:...
Additional parameters passed to barplot
额外的参数传递给barplot
值----------Value----------
nothing
无
参见----------See Also----------
seqecmpgroup
seqecmpgroup
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|