ieqFile-class(rPorta)
ieqFile-class()所属R语言包:rPorta
Class "ieqFile"
类“ieqFile”
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Encapsulates PORTA files describing polyhedra in PORTA's ieq file format.
封装PORTA文件描述多面体PORTA的的IEQ文件格式。
类对象----------Objects from the Class----------
An ieqFile object holds six slots.
ieqFile对象拥有6个插槽。
插槽----------Slots----------
valid:May be used to specify a valid point for method traf
valid:可用于指定一个有效的方法traf点
lower_bounds:May be used to specify lower bounds for method vint
lower_bounds:可用于指定下限的方法vint
upper_bounds:May be used to specify upper bounds for method vint
upper_bounds:可用于指定上限的方法vint
elimination_order:May be used to specify the elimination order for method fmel
elimination_order:可用于指定消除顺序的方法fmel
inequalities:ieq object describing the inequalities
inequalities:ieq对象描述的不平等
strong_validity:Only used for return values containing a strong validity table
strong_validity:仅用于含强效度表的返回值
方法----------Methods----------
convertToStringConvert to character string in PORTA's format
convertToStringConvert PORTA的格式字符串
扩展----------Extends----------
Class "portaFile", directly.
类"portaFile",直接。
(作者)----------Author(s)----------
Robin Nunkesser <a href="mailto:Robin.Nunkesser@tu-dortmund.de">Robin.Nunkesser@tu-dortmund.de</a>
参见----------See Also----------
"ieq", "poi", "poiFile"
"ieq","poi","poiFile"
实例----------Examples----------
# Show the definition of example.ieq to provide an example[显示定义example.ieq提供一个例子]
example.ieq
# A second example[第二个例子]
ieqFileExample <- new("ieqFile", inequalities=new("ieq", num=matrix(1:100, ncol=10),
den=matrix(rep(c(1,3,5,6),25), ncol=10), sign=rep(c(1,0,-1,0,1),2)))
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|