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

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

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

                                        Class "poiFile"
                                         类“poiFile”

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

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

Encapsulates PORTA files describing polyhedra in PORTA's poi file format.
封装PORTA文件描述多面体的的PORTA的POI文件格式。


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

A poiFile object holds three slots.
ApoiFile对象拥有三个插槽。


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

  


convex_hull:poi object containing a set of points describing the polyhedron
convex_hull:POI对象,它包含了一组描述多面体的点

convex_cone:poi object containing a set of vectors spanning a convex cone
convex_cone:POI对象,其中包含一组向量,涵盖了凸锥

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的格式字符串

dimdim computes the dimension of the convex hull and the convex cone of a given set of points by using a gaussian elimination algorithm. Moreover, in the case that the input system is not full dimensional, dim displays the  equations satisfied by the system.   
昏暗dim计算的凸包的尺寸和通过使用高斯消除算法的一组给定的点的凸锥。此外,在的情况下,在输入系统是不充分的三维,dim显示由系统满足方程。


扩展----------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----------

"poi", "ieq", "ieqFile"
"poi","ieq","ieqFile"


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


# Show the definition of example.poi to provide an example[显示定义example.poi提供一个例子]
example.poi

# A second example[第二个例子]
hull <-  as.poi(matrix(1:30,ncol=3))
cone <- new("poi", num=matrix(c(0,0,2), nrow=1,ncol=3), den=matrix(c(1,1,3),nrow=1,ncol=3))
poiFileExample<-new("poiFile", convex_hull=hull, convex_cone=cone)

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


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

使用道具 举报

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

本版积分规则

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

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

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

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