Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

boundingBox-class

Class "boundingBox": A class to describe the bounding box of a Ragraph


Description

The boundingBox class is used to describe the dimensons of the bounding box for a laid out Ragraph

Objects from the Class

Objects can be created by calls of the form new("boundingBox", ...).

Slots

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

Methods

botLeft

Retrieve the botLeft slot

upRight

Retrieve the upRight slot

Author(s)

Jeff Gentry

See Also

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)

Rgraphviz

Provides plotting capabilities for R graph objects

v2.34.0
EPL
Authors
Kasper Daniel Hansen [cre, aut], Jeff Gentry [aut], Li Long [aut], Robert Gentleman [aut], Seth Falcon [aut], Florian Hahne [aut], Deepayan Sarkar [aut]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.