search for: makegraph

Displaying 4 results from an estimated 4 matches for "makegraph".

2009 Oct 15
1
Lattice package - Trellis
Hi, I was trying to make a graph using trellis, and my code is: ----------------------------------------------------------------- library(lattice) makeGraph <- function(){ trellis.device() tbg <- trellis.par.get("background") tbg$col <- "white" trellis.par.set("background",tbg) # Test Data mfr <- matrix(sample(1:100,50,replace=T),ncol=2) mfr <- cbind(mfr,c(rep(1,12),rep(2,13))) mfr <- cb...
2007 Dec 02
1
odfWeave error
...the contents Error in .Call("RS_XML_Parse", file, handlers, as.logical(addContext), : Error in the XML event driven parser for content_1.xml: error parsing attribute name The piece of the code is: ### code ############################################################ ... <<makeGraph, echo=T, results=xml>>= fileplot='C:\\DADOS\\tmp\\plotx.emf' win.metafile(fileplot) plot( rnorm(300), col='red', t='l', lwd=2 ); grid() dev.off() @ <<insertGraph, echo=T, results=xml>>= odfInsertPlot(file=fileplot, height=5, width=5 ) @ [[replacing tra...
2014 Jan 28
3
[LLVMdev] MergeFunctions: reduce complexity to O(log(N))
Hi Stepan, Sorry for the delay. It's great that you are working on MergeFunctions as well and I agree, we should definitely try to combine our efforts to improve MergeFunctions. Just to give you some context, the pass (with the similar function merging patch) is already being used in a production setting. From my point of view, it would be better if we focus on improving its capability
2014 Jan 30
3
[LLVMdev] MergeFunctions: reduce complexity to O(log(N))
...0.01 33015 0 0.01 33015 main.ll 1 30703 0 0.01 30678 0 0.01 30678 Main.ll 48 507074 2 0.05 503696 * * * makebins.ll 1 24004 0 0.01 23971 0 0.01 23971 makedent.ll 22 116629 0 0.02 116598 0 0.02 116246 make_dparser.ll 2 27868 0 0.01 27855 0 0.01 27855 make_graph.ll 14 58363 0 0.01 58343 0 0.01 57443 makegraph.ll 6 19891 0 0.01 19872 0 0.01 19872 makelink.ll 3 20866 0 0.01 20833 0 0.01 19918 makesite.ll 2 56296 0 0.01 56263 0 0.01 56263 maketree.ll 3 19943 0 0.01 19918 0 0.01 19918 mandel-2.ll 4 9495 0 0.01 9480 0 0.01 9480 mandel.ll 4 10074 0 0.01 10059 0 0.01 10059 mandel-text.ll 1 9372 0 0.01 9351 0 0...