boundingBox-class | R Documentation |
The boundingBox
class is used to describe the
dimensons of the bounding box for a laid out Ragraph
Objects can be created by calls of the form new("boundingBox", ...)
.
botLeft
:Object of class "xyPoint"
Defines the
bottom left point of the bounding box
upRight
:Object of class "xyPoint"
Defines the
upper right point of the bounding box
Retrieve the botLeft slot
Retrieve the upRight slot
Jeff Gentry
Ragraph
, graph-class
V <- letters[1:10]
M <- 1:4
g1 <- randomGraph(V, M, .2)
z <- agopen(g1,"foo")
x <- boundBox(z)
x
botLeft(x)
upRight(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.