similar to: Alternativas a pgfSewave

Displaying 20 results from an estimated 2000 matches similar to: "Alternativas a pgfSewave"

2013 Jul 05
4
Alternativas a pgfSewave
Me interesa este tema. Estoy empezando ahora a ver el tema de armar documentos directamente con R y no estoy seguro en dónde me centro. Por lo que veo sweave y knitr son las dos grandes alternativas (de echo, no se siquiera si no son compatibles o complementarias). Para quien arranca en este tema y que pretende continuar sobre el mismo, que recomiendan, arrancar por sweave o por knitr?
2011 Oct 14
1
pgfSweave-example not compiling
I'm trying to get pgfSweave up and running. Hopefully I can get it working from within LyX, but first I'm just trying to get the simplest possible thing (compiling one of the example files in the pgfSweave package) to work. I'm using the example that comes in the pgfSweave package unmodified, but for reference I copied it to: http://pastebin.com/tW4RL6fs Configuration: R version
2016 May 13
2
Latex y gráfico
Estimado Freddy Omar López Quintero Muchas gracias. Probé de su sugerencia el ejemplo 3.4, pero me falla, copio y pego todo el código junto al error > library(tikzDevice) tikz(?figs/simpleEx.tex?,width=3.5,height=3.5) plot(1,main=?Hello World!?) dev.off() Error: unexpected symbol in "library(tikzDevice) tikz" > Algo anda mal. Javier Rubén Marcuzzi De: Freddy Omar López
2012 Dec 02
1
Problem with figures
I am having problem making ggplot2, tikzDevice, and knitr working together. I used a very simple example: ---------------------------example.Rnw----------------------------- \documentclass[preview]{standalone} \begin{document} \begin{figure} <<fig1,eval=TRUE,echo=FALSE,dev='tikz'>>= library(ggplot2) qplot(displ, hwy, data = mpg, colour = factor(cyl)) @ \end{figure}
2012 Dec 10
1
Ayuda tikzDevice
Buenos días; Aunque ya llevo un tiempo con LaTeX y R no he conseguido que me funcione la librería tikzdevice. El primer problema está con tikzDictionary que me da como error: cannot create lock file. He estado buscando información en Google pero sin éxito. No he conseguido solucionarlo indicando un archivo en RProfile con options(tikzMetricsDictionary = ''path/archivo''). Cuando
2009 Aug 30
3
Computer Modern Fonts in R graphic
Hello all, I am trying to use computer modern fonts in my r grahics. I tried to do, as described here: http://www.stat.auckland.ac.nz/~paul/R/CM/CMR.html but unfortunately, it does not work. First of all I downloaded the cm-lgc package and the AFM and PFB-files from the page and put them in my R working directory, so far, so good. Then I tried to run the following code: > sn <-
2012 Nov 08
2
Controlling R fonts through LaTeX
Dear help list Does anybody know if it is possible to somehow tell R to let LaTeX handle the fonts for postscript plots produced by R? It is for a thesis and I have MANY figures. These are created by R scripts dynamically as the document is compiled, using the Make system. I see that I can `manually' specify the font family each time I call the postscript device, but I am looking for a
2013 Dec 23
4
ayuda con documento knitr
Hola, no se si es este el sitio apropiado para mi consulta, pero igual alguien también ha tenido el mismo problema. Estoy preparando un documento con knitr a través de Tinn-R y WinEdt. Todo va bien hasta que quiero mostrar directamente el resultado de una secuencia de código directamente en el documento. Entonces al crear el documento latex me sale el siguiente error: ("C:ARCHIVOS DE
2014 Jan 03
1
Sweave trims console output in "tex" mode
Hi In the example .Rnw file below, only the newline between c and d is visible in the resulting .tex file after running R CMD Sweave. What is the reason for this behavior? Newlines are important in LaTeX and should be preserved. In particular, this behavior leads to incorrect LaTeX code generated when using tikz(console=TRUE) inside a Sweave chunk, as shown in the tikzDevice vignette. A
2013 Jul 05
0
Alternativas a pgfSewave
Estimado Fermando Macedo Yo creo que hay una pregunta anterior ¿sabe escribir en latex? En lo que es Rstudio la ayuda es muy semejante, creo que es casi indistinto, pero para quien conoce latex el escribir tablas o referencias bibliográficas lo trae incorporado, o el uso de xtable dentro de R y Sweave. Estos dos aspectos yo no los comprendí en knitr. Hay algunos editores latex que leen y
2016 May 09
2
Latex y gráfico
Estimados Hay varias alternativas para utilizar latex dentro de R, concretamente por ejemplo una ecuación matemática dentro de un gráfico. Pero para un caso se me ocurre utilizar líneas que conecten partes de gráficos, por ejemplo, supongamos que hay dos barras con tres o cuatro divisiones, digamos, 25% cada una, de la primera desde una de estas me gustaría realizar una flecha, hacia la segunda
2011 Feb 16
2
tikzDevice compiling problem
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') # El siguiente programa produce el archivo tex tikz('CobbGRAF.tex',
2013 Jul 06
2
Alternativas a pgfSewave
Gracias por la respuesta Javier. Pues en latex simplemente he practicado alguna vez, aunque vi que tiene sus cosas tampoco creo que sea algo extremadamente difícil. Y preferentemente la idea es obtener reportes en pdf más que nada u algún otro documento, pero principalmente pdf. Saludos Fernando El 05/07/13 17:58, Marcuzzi, Javier Rubén escribió: > Estimado Fermando Macedo > > Yo
2011 Sep 29
1
simplest pgfSweave example results in error
Hello, since 3 days now I try to get pgfSweave running using Eclipse + StatET. I created a super simple .Rnw file which can be viewed here: http://www.text-upload.com/read.php?id=147992&c=6441045 test.Rnw When I use sweave it works perfectly fine but when I use pgfSweave I get an error. The R output can be viewed here: http://www.text-upload.com/read.php?id=147995&c=3804886 R output
2014 Apr 22
2
Un pequeño problema
Hola: El 22/04/14 14:52, daniel escribió: > Heber, > > Supongo que te refieres a los gráficos base. > > ?jpeg > ?png > ?pdf > > Daniel Merino > > > El 21 de abril de 2014, 23:51, heber sarmiento <hebersarm en yahoo.com>escribió: > >> Hasta ahora no se me había presentado y por tanto no tenia ningún >> problema, estoy haciendo unos gráficos
2010 Apr 27
1
TikzDevice and texi2dvi
Dear All, I am starting to use the tikzDevice package, but I am experiencing some (minor problems). If I try to run the script at the end of the email, I get the following error Error in tools::texi2dvi("normal.tex", pdf = T) : Running 'texi2dvi' on 'normal.tex' failed. Messages: sh: /usr/bin/texi2dvi: not found How do I install the missing texi2dvi? I found some
2009 Aug 03
2
boxplot( ) headers with Greek letters, values, and text
Hi - I've been using the option main=bquote(paste(mu==.(mu),", ",lambda==.(lambda),", ",truncation==.(truncation),", ",N[T]==.(n))) to produce a title when using the "plot" command - a title which includes variable names (two Greek) along with their values. The above option, however, does not work within the "boxplot" command. Any
2011 Feb 18
2
Scaling Lattice Graphics for tikzDevice
I'm trying to use lattice graphics to produce some small plots for inclusion in a LaTeX file. I want the LaTeX fonts to be used in the plots, but to be scaled down to match the size of the plot. I have written the following code to apply a scaling factor to all the "cex" and "padding" entries in the trellis parameters, but there is still a large white space between the key
2009 Apr 09
6
Cross-platforms solution to export R graphs
Hello Rusers, I have worked on a R Wiki page for solutions in exporting R graphs, especially, the often-asked questions: - How can I export R graphs in vectorized format (EMF) for inclusion in MS Word or OpenOffice outside of Windows? - What is the best solution(s) for post-editing/annotating R graphs. The page is at: http://wiki.r-project.org/rwiki/doku.php?id=tips:graphics-misc:export. I
2011 Nov 23
1
R-latex syntax highlighting?
Hello, Can anyone provide or point me to a good setup for the listings latex package that would produce nice R-syntax highlighting? I am using an example I found in internet for setting up listings like this: \lstset{ language=R, basicstyle=\scriptsize\ttfamily, commentstyle=\ttfamily\color{gray}, numbers=left, numberstyle=\ttfamily\color{red}\footnotesize, stepnumber=1, numbersep=5pt,