plot.rate.matrix(rphast)
plot.rate.matrix()所属R语言包:rphast
Make a bubble plot of a transition matrix...
一个气泡图的转换矩阵...
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Make a bubble plot of a transition matrix
一个气泡图的转换矩阵
用法----------Usage----------
col=NULL, eq.freq.col=NULL, filled=TRUE, add=FALSE, ...)
参数----------Arguments----------
参数:x
A square matrix representing a continuous-time markov model; rows should sum to zero, with negative values cross the diagonal
一方阵,连续时间马尔可夫模型;行的总和应为零,与负值的对角线交叉
参数:eq.freq
A numeric vector giving the equilibrium frequencies of each state. If provided, the equilibrium frequencies will be plotted along the bottom.
一个数值向量给的平衡频率的每一个国家。如果提供的,平衡的频率将被绘制在底部。
参数:max.cex
A scaling factor which determines the size of the largest circle
的比例系数的大小决定了最大的圆
参数:eq.freq.max.cex
A scaling factor which determines the size of the largest circle in the equilibrium frequencies.
比例因子的大小决定的最大的圆的平衡频率。
参数:alphabet
A character vector representing the state names for each row/column of the matrix. Can either be a vector of size nrow(m) or a single character string with nrow(m) characters. Can also be NULL for no row/column labels.
一个字符向量,代表国家的名称,每行/列的矩阵。可以是一个矢量的大小nrow(m)或一个单一的字符nrow(m)字符的字符串。也可以NULL没有行/列标签。
参数:col
If NULL, all circles will be drawn in black. Otherwise, col can be a matrix of the same dimension of m, each entry should indicate the color used for the corresponding cell in the transition matrix.
如果NULL,各界将黑色绘制。否则,彩色可以的m具有相同维数的矩阵,每个条目应该表明过渡矩阵的相应单元格中使用的颜色。
参数:eq.freq.col
(Only applicable when eq.freq provided). Should be vector of same length as eq.freq, though values will be recycled. Values in the vector indicate colors to draw the equilibrium frequency bubbles.
(只适用eq.freq提供)。如果相同的长度为eq.freq的是矢量,虽然值将被回收利用。向量中的值表示的颜色来绘制平衡频率气泡。
参数:filled
If TRUE, plot filled circles.
如果TRUE,图实心圆。
参数:add
If TRUE, add to the existing plot. Otherwise create a new plot.
如果TRUE,添加到现有的图。否则,创建一个新的图。
参数:...
Further arguments to be passed to plot.
进一步的参数被传递给plot。
(作者)----------Author(s)----------
Melissa J. Hubisz
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|