boundingBox-class(Rgraphviz)
boundingBox-class()所属R语言包:Rgraphviz
Class "boundingBox": A class to describe the bounding box of a
“boundingBox的”类:A类描述了一个边界框
译者:生物统计家园网 机器人LoveR
描述----------Description----------
The boundingBox class is used to describe the
boundingBox类是用来描述
类的对象----------Objects from the Class----------
Objects can be created by calls of the form new("boundingBox", ...).
创建对象可以通过电话的形式new("boundingBox", ...)。
插槽----------Slots----------
botLeft: Object of class "xyPoint" Defines the
botLeft:"xyPoint"类对象定义
upRight: Object of class "xyPoint" Defines the
upRight:"xyPoint"类对象定义
方法----------Methods----------
botLeft Retrieve the botLeft slot
botLeft插槽botLeft检索
upRight Retrieve the upRight slot
直立检索直立插槽
作者(S)----------Author(s)----------
Jeff Gentry
参见----------See Also----------
Ragraph, graph-class
Ragraph,graph-class
举例----------Examples----------
V <- letters[1:10]
M <- 1:4
g1 <- randomGraph(V, M, .2)
z <- agopen(g1,"foo")
x <- boundBox(z)
x
botLeft(x)
upRight(x)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|