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:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|