vint-method(rPorta)
vint-method()所属R语言包:rPorta
Method "vint"
法“酿酒”
译者:生物统计家园网 机器人LoveR
描述----------Description----------
enumeration of integral inner points of a linear system
积分的线性系统的内部的点的枚举
用法----------Usage----------
## S4 method for signature 'ieqFile':
vint(object)
参数----------Arguments----------
参数:object
Object of class ieqFile
对象的类ieqFile的
Details
详细信息----------Details----------
vint enumerates all integral points within given bounds that are valid for a linear system.
vint列举了所有的积分点在给定的边界是有效的线性系统。
In object lower and upper bounds for each component must be given. The correponding slots are lower_bounds and upper_bounds. They have to contain exactly dim integers. The i-th entry of such a line gives the upper resp. lower bound for the i-th component.
在object每个组件的上限和下限必须提供。 correponding插槽是lower_bounds和upper_bounds。他们必须完全包含朦胧的整数。这样的行的第i个输入给出的上呼吸道。的第i个分量的下界。
值----------Value----------
Returns the found integral points in a poiFile object.
返回整点在poiFile对象。
(作者)----------Author(s)----------
Robin Nunkesser <a href="mailto:Robin.Nunkesser@tu-dortmund.de">Robin.Nunkesser@tu-dortmund.de</a>
参见----------See Also----------
"ieqFile"
"ieqFile"
实例----------Examples----------
# A very simple example[一个很简单的例子]
example<-as.ieqFile(cbind(diag(3),rep(0,3)))
example@lower_bounds<-c(-1,-1,-1)
example@upper_bounds<-c(1,1,1)
vint(example)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|