找回密码
 注册
查看: 406|回复: 0

R语言 rPorta包 poi-class()函数中文帮助文档(中英文对照)

[复制链接]
发表于 2012-9-28 20:04:49 | 显示全部楼层 |阅读模式
poi-class(rPorta)
poi-class()所属R语言包:rPorta

                                        Class "poi"
                                         类“POI”

                                         译者:生物统计家园网 机器人LoveR

描述----------Description----------

Encapsulates points in PORTA's poi format.
PORTA的POI格式封装点。


类对象----------Objects from the Class----------

A poi object holds two slots.
Apoi对象拥有两个插槽。


插槽----------Slots----------

  


num:Matrix containing the numerators of the points
num:基质中含有的分子之分

den:Matrix containing the denominators of the points   
den:矩阵的分母之分


方法----------Methods----------

  


as.matrixConverts the values to a numeric matrix.
的数字矩阵as.matrixConverts的值。

convertToStringConvert to character string in PORTA's format
convertToStringConvert PORTA的格式字符串

getNumeratorReturns this objects numerator matrix
getNumeratorReturns这样的对象分子矩阵

getDenominatorReturns this objects denominator matrix
getDenominatorReturns此对象分母矩阵

indexMay be used to obtain subsets of the object      
indexMay被用于获得对象的子集


(作者)----------Author(s)----------


Robin Nunkesser <a href="mailto:Robin.Nunkesser@tu-dortmund.de">Robin.Nunkesser@tu-dortmund.de</a>



参见----------See Also----------

"poiFile", "ieq", "ieqFile", as.poi
"poiFile","ieq","ieqFile",as.poi


实例----------Examples----------


# Construct a 3-dimensional grid with values 0.0,0.2,...,1.0[构建的3维网格的值0.0,0.2,...,1.0]
parameterspaceNum<-matrix(nrow=216,ncol=3)
for (i in(0:215)) parameterspaceNum[i+1,]<-c(i%/%6^2,i%/%6%%6,i%%6)                    
parameterspace<-new("poi",num=parameterspaceNum,den=matrix(5,nrow=216,ncol=3))

转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。


注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

手机版|小黑屋|生物统计家园 网站价格

GMT+8, 2024-11-26 12:13 , Processed in 0.020464 second(s), 15 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表