Re: [R] tikzDevice compiling problem

2011-02-20 Thread cuass
Thank you! -- View this message in context: http://r.789695.n4.nabble.com/tikzDevice-compiling-problem-tp3309028p3315247.html Sent from the R help mailing list archive at Nabble.com. __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/li

Re: [R] how to set chart output size in rgl (surface3d)?

2011-02-16 Thread cuass
You can put the following at the beginning library(rgl) r3dDefaults$windowRect <- c(0,50, 700, 700) -- View this message in context: http://r.789695.n4.nabble.com/how-to-set-chart-output-size-in-rgl-surface3d-tp2066054p3309628.html Sent from the R help mailing list archive at Nabble.com. __

[R] tikzDevice compiling problem

2011-02-16 Thread cuass
Hi guys. The tex file which compile the following graphic has many problems. I don't know what's happening. Any input would be really appreciated. # Cargo el prgrama que produce el código en Latex require(tikzDevice) # Establezco directorio del programa setwd('/Users/fabiangarcia/Documents/R')