search for: jgraph

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

Did you mean: graph
2011 Feb 13
1
RCytoscape setPosition error
...m wrong. I am trying to position set of nodes column-wise in cytoscape using RCytoscape A----D B----E C----F ------------------- g <- new ('graphNEL', edgemode='undirected') cw <- CytoscapeWindow ('smallExample', graph=RCytoscape::makeSimpleGraph()) layout (cw, 'jgraph-spring') redraw(cw) nodesFr = c('A', 'B', 'C') nodesTo =c('D', 'E', 'F') nodesAll = union(nodesFr, nodesTo) nElemFr = length(nodesFr) nElemTo = length(nodesTo) g <- graph::addNode(nodesAll, g) setPosition(cw, nodesFr , c(400, 400, 400), c(1...
2004 Mar 11
1
Difficulties in interaction between R and latex (prosper)
...idth=\linewidth]{cm_test.eps} \end{slide} \begin{slide}{This one works} \includegraphics[width=\linewidth]{thisworks.eps} \end{slide} \end{document} The file cm_test.eps is produced using R. I left a file "thisworks.eps" there as a counterpoint (it was made using jgraph and it works fine). The resulting sl_demo.pdf is attached. It's supposed to be a slideshow. Under Adobe acrobat, when I say Ctrl-L it must go fullscreen. That works correctly for thisworks.eps but not for the eps file that's made using R. Any ideas what I'm doing wrong? How do I get t...