Entering edit mode
Quin Wills
▴
80
@quin-wills-4156
Last seen 10.3 years ago
Hi
As a long-term R/BIOC user, I still find Rgraphviz quite a challenge.
Could somebody please help me with a workflow to allow nodes that
adjust to
label sizes. This won't work for me:
gr <- new("graphAM", cor.object)
nodeRenderInfo(gr) <- list(fixedsize=FALSE)
gr <- layoutGraph(gr)
renderGraph(gr)
My R and packages are up to date. I'm Ubuntu 8.04 LTS
Thanks
[[alternative HTML version deleted]]