as.tmatrix(Rramas)
as.tmatrix()所属R语言包:Rramas
Population transition matrix
人口转移矩阵
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Convert a matrix to transition matrix (class tmatrix) and display some of its properties.
转换矩阵过渡矩阵(类tmatrix)和显示它的一些属性。
用法----------Usage----------
as.tmatrix(x, names.st = NULL, ...)
## S3 method for class 'tmatrix'
plot(x, ...)
## S3 method for class 'tmatrix'
print(x, ...)
## S3 method for class 'tmatrix'
summary(object, ...)
## S3 method for class 'summary.tmatrix'
print(x, ...)
参数----------Arguments----------
参数:x
For as.tmatrix, x is a square matrix,; for the plot, print and summary methods,x is a matrix of class tmatrix.
对于as.tmatrix,x是一个方阵,为的图,打印和总结的方法,x是一个矩阵类tmatrix。
参数:object
An object of class tmatrix, i.e, resulting from as.tmatrix.
对象的类tmatrix,即从as.tmatrix。
参数:names.st
A vector of names to rename the rows and columns of the transition matrix.
的向量的名称转换矩阵的行和列的重命名。
参数:...
Other parameters passed to print and plot methods.
其他参数传递给打印和绘图方法。
Details
详细信息----------Details----------
The purpose of as.tmatrix is to class a transition matrix as an object of class tmatrix, allowing the use of specific methods for transition matrices.
的目的as.tmatrix是作为一个对象类tmatrix类的过渡矩阵,过渡矩阵,允许使用的具体方法。
值----------Value----------
as.tmatrix returns a matrix of class tmatrix. summary.tmatrix prints the main parameters of the transition matrix: the finite rate of increase ("lambda"), the stable stage distribution, the reproductive value and the sensitivities and elasticities matrices. This function is equivalent to the "Display" button in Ramas-EcoLab (r) software. plot.tmatrix draw barplots of the stable stage distribution and the reproductive value and plot also a diagram of the life stage cycle.
as.tmatrix返回一个矩阵类tmatrix。 summary.tmatrix的过渡矩阵输出的主要参数:(“拉姆达”)的上涨幅度有限,稳定的阶段分布,生殖值的敏感性和弹性矩阵。此功能相当于-Ecolab公司Ramas“显示”按钮(R)软件。 plot.tmatrix,barplots的稳定阶段分布和生殖值和图的生命阶段周期图。
(作者)----------Author(s)----------
Marcelino de la Cruz <a href="mailto:marcelino.delacruz@upm.es">marcelino.delacruz@upm.es</a>
参考文献----------References----------
Akcakaya, H. R., Burgman, M. A. and Ginzburg L.R. 1999. Applied Population Ecology. Sinauer. Caswell, H. 2003. Matrix Population Models: Construction, Analysis, and Interpretation . SInauer.
实例----------Examples----------
## Not run: [#不运行:]
data(coryphanthaA)
coryphanthaA
coryphanthaA <- as.tmatrix(coryphanthaA)
summary(coryphanthaA)
plot(coryphanthaA)
## End(Not run)[#(不执行)]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|