plot.seqdiff(TraMineR)
plot.seqdiff()所属R语言包:TraMineR
Plotting a seqdiff object.
策划seqdiff对象。
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Plot method for the sliding values returned by seqdiff. Plots a statistic (the Pseudo R2 by default) along the position axis.
图方法的滑动值返回seqdiff。绘制一个统计值(默认情况下)的伪R2沿位置轴。
用法----------Usage----------
## S3 method for class 'seqdiff'
plot(x, stat = "Pseudo R2", type = "l", ylab = stat, xlab = "",
legendposition = "top", ylim = NULL,
xaxt = TRUE, col = NULL, xtstep=NULL, ...)
参数----------Arguments----------
参数:x
an object produced by seqdiff
对象产生的seqdiff
参数:stat
character. Name of the statistic to be plotted. Can be any of the statistics returned by seqdiff or "discrepancy". See details.
字符。名称要绘制的统计信息。可以seqdiff或"discrepancy"返回的统计。查看详细信息。
参数:type
the line type, see lines
type,看到lines
参数:ylab
character: y-axis label.
特点:y轴的标签。
参数:xlab
character: x-axis label.
特点:X轴标签。
参数:legendposition
character: position of the line legend, see legend
性状:网上传说的位置,请参阅legend
参数:ylim
numeric: if not NULL, range of the y-axis.
数值:如果不是NULL,y-轴的范围内。
参数:xaxt
logical: if TRUE an x-axis is plotted.
逻辑:如果TRUE x轴绘制。
参数:col
list of colors to use for each line.
颜色列表中的每一行使用。
参数:xtstep
integer: optional step between tick-marks and labels on the x-axis. If unspecified, the xtstep attribute of the sequence object x is used. (see seqdef)
整数:刻度线在x轴的标记和标签之间的可选步骤。如果未指定,xtstep的序列对象的属性x使用。 (见seqdef)
参数:...
Additional parameters passed to lines
额外的参数传递给lines
Details
详细信息----------Details----------
The function plots the sliding values of the requested statistic.
的功能图的请求的统计信息的滑动值。
You can plot the evolution of two statistics by providing for instance stat=c("Pseudo R2", "Levene").
您可以绘制进化的两个统计提供例如stat=c("Pseudo R2", "Levene")。
Use stat="discrepancy" to plot the within-discrepancies.
使用stat="discrepancy"绘制内的差异。
For "discrepancy", a separate line is drawn for the whole set of sequences and for each group. Those two values cannot be paired with another statistic.
对于"discrepancy",一个单独的行被绘制为整个组的序列和为每个组。这两个值不能与另一统计配对。
参见----------See Also----------
seqdiff
seqdiff
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|