search for: rendergraph

Displaying 2 results from an estimated 2 matches for "rendergraph".

Did you mean: renderdygraph
2008 Feb 12
0
[Fwd: Re: controlling the edge linewidth in Rgraphviz]
...his: 1.) Install the latest Rgraphviz devel version 2.) Use the new API for graph rendering: library(Rgraphviz) example(randomEGraph) x <- layoutGraph(g1) graph.par(list(edges=list(lwd=2))) # if you want to set lwd=2 for the whole session # or if you just want to change this for your one graph: renderGraph(x, graph.pars=list(edges=list(lwd=2))) There is a Vignette that explains all the new stuff. Florian > http://finzi.psych.upenn.edu/R/Rhelp02a/archive/111006.html > > On Feb 11, 2008 9:56 PM, Adrian Dragulescu <adrian_d at eskimo.com> wrote: > >> Hello, >> >>...
2012 Jul 02
0
Rgraphviz package question
Hi all, I have a question regarding the Rgraphviz package. Does anybody know how to add x-Axis and y-Axis with scale to the plot generated by renderGraph( ). Or, is there any althernative way to do so by using plot( ) instead ? Thanks, -- Jiayi Hou Ph.D Candidate Department of Biostatistics School of Medicine Virginia Commonwealth University Tel:(804)-828-2879(office) (804)-274-8757(cell) [[alternative HTML version deleted]]