graphWidth | R Documentation |
Ragraph
object
These functions will return the width or height of an Rgraphviz
Ragraph
object in inches.
graphWidth(graph)
graphHeight(graph)
graph |
a laidout |
A numeric vector of length 1.
Ashley Noel Hinton
graphviz
Ragraph
gnel <- new("graphNEL",
nodes=letters[1:3],
edgeL=list(a=list(edges=c("b", "c")),
b=list(),
c=list()),
edgemode="directed")
rag <- agopenTrue(gnel, "")
graphWidth(rag)
graphHeight(rag)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.