similar to: ggplot2 and tikzDevice : problems with accents

Displaying 20 results from an estimated 90 matches similar to: "ggplot2 and tikzDevice : problems with accents"

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}
2009 Jan 27
0
Windows, gsview: corrupted bbox of .e?ps graphics
System: [Windows XP Pro, R 2.8.0 and R 2.81.] When I do R graphics on Windows and want .eps output for LaTeX, with *tight bounding boxes* I usually do as follows from Rgui: - Save as Postscript ... myfig.ps - Open myfig.ps in Gsview, select PS to EPS, Save as ... myfig.eps This always worked before, and gave me .eps files that did not include much more white space than I like, didn't
2003 Jun 08
2
LDA: normalization of eigenvectors (see SPSS)
Hi dear R-users I try to reproduce the steps included in a LDA. Concerning the eigenvectors there is a difference to SPSS. In my textbook (Bortz) it says, that the matrix with the eigenvectors V usually are not normalized to the length of 1, but in the way that the following holds (SPSS does the same thing): t(Vstar)%*%Derror%*%Vstar = I where Vstar are the normalized eigenvectors. Derror
2006 Dec 12
6
ifelse question
Dear R-helpers, How come that in the following code the rnorm() function is evaluated only once for each branch of the 'ifelse' ? x <- rnorm(10) y1 <- ifelse(x > 0, rnorm(1) , rnorm(1)) What is the right way to make it called/evaluated for each row, apart from a 'for' loop ? Thanks, Jacques.
2010 Dec 07
0
tikzDevice 0.5.3 released to CRAN
A new release of the tikzDevice was posted to CRAN today and will soon be available from mirrors worldwide. The tikzDevice package provides a graphics device that translates R graphics into TeX code suitable for seamless integration with LaTeX documents. Version 0.5.3 of the tikzDevice is a bugfix release that addresses clarity of warning/error messages and enhances the handling of characters
2010 Dec 07
0
tikzDevice 0.5.3 released to CRAN
A new release of the tikzDevice was posted to CRAN today and will soon be available from mirrors worldwide. The tikzDevice package provides a graphics device that translates R graphics into TeX code suitable for seamless integration with LaTeX documents. Version 0.5.3 of the tikzDevice is a bugfix release that addresses clarity of warning/error messages and enhances the handling of characters
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 Jul 25
0
Beta Verson of tikzDevice Released!
An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20090725/abfc180a/attachment-0001.pl> -------------- next part -------------- _______________________________________________ R-packages mailing list R-packages at r-project.org https://stat.ethz.ch/mailman/listinfo/r-packages
2009 Sep 12
0
New package: tikzDevice
This is to announce the first release of the tikzDevice package on CRAN. The package should be migrating to your mirror soon. The tikzDevice package provides a new graphics device for R which enables direct output of graphics in a LaTeX-friendly way. Please see the original posting on R-Forge for all the release details: http://r-forge.r-project.org/forum/forum.php?forum_id=1596 Enjoy! - The
2011 Sep 23
2
tikzDevice install problem
Hi everybody! I'm trying to install the tikzDevice package, and I keep on getting the > ERROR: dependency ‘filehash’ is not available for package ‘tikzDevice’ I tried install.packages('filehash') and I get > package ‘filehash’ is not available Does anybody have the same problem or any hint? thank youhelena [[alternative HTML version deleted]]
2012 Apr 27
1
TikzDevice
Dear R'ers, I have trouble installing tikzDevice in Ubuntu.  When I use install.packages("tikzDevice"), it gives error message: ERROR: dependency ‘filehash’ is not available for package ‘tikzDevice’ * removing ‘/usr/local/lib/R/site-library/tikzDevice’ Then I tried filehash installation, I get the message: "package ‘filehash’ is not available (for R version 2.13.1)"
2009 Jul 25
0
Beta Verson of tikzDevice Released!
An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20090725/abfc180a/attachment-0001.pl> -------------- next part -------------- _______________________________________________ R-packages mailing list R-packages at r-project.org https://stat.ethz.ch/mailman/listinfo/r-packages
2009 Sep 12
0
New package: tikzDevice
This is to announce the first release of the tikzDevice package on CRAN. The package should be migrating to your mirror soon. The tikzDevice package provides a new graphics device for R which enables direct output of graphics in a LaTeX-friendly way. Please see the original posting on R-Forge for all the release details: http://r-forge.r-project.org/forum/forum.php?forum_id=1596 Enjoy! - The
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',
2011 Nov 18
0
tikzDevice 0.6.2
Version 0.6.2 of the tikzDevice was recently posted to CRAN and should be making its way to a local mirror. The tikzDevice package provides a graphics device that translates R graphics into TeX code suitable for inclusion in LaTeX documents. Version 0.6.2 is primarily a maintenance release that supports some new functionality in R 2.14.0. The latest version adds new functions that allow users to
2011 Nov 18
0
tikzDevice 0.6.2
Version 0.6.2 of the tikzDevice was recently posted to CRAN and should be making its way to a local mirror. The tikzDevice package provides a graphics device that translates R graphics into TeX code suitable for inclusion in LaTeX documents. Version 0.6.2 is primarily a maintenance release that supports some new functionality in R 2.14.0. The latest version adds new functions that allow users to
2012 Aug 15
3
tikzDevice not available
Hello people! I just formatted my disk, and I have installed R 2.14 over. Now I am trying to restore my packages and all. I realized that tikzDevice, a crucial package for me is gone. Fortunately, I have kept my old, non-zipped, tikzDevice folder, but none of the commands I know seems to handle this [i.e. load() and install.packages()]. Thus the formulation is like this: how to install a
2010 Aug 10
0
tikzDevice 0.5.0 released to CRAN
# tikzDevice --- ## Description The tikzDevice package new graphics device for R which enables direct output of graphics in a LaTeX-friendly way. Plotting commands issued by R functions are transformed into LaTeX code blocks. These blocks are interpreted with the help of TikZ-- a graphics library for TeX and friends written by Till Tantau. The tikzDevice supports three main modes of output:
2010 Aug 10
0
tikzDevice 0.5.0 released to CRAN
# tikzDevice --- ## Description The tikzDevice package new graphics device for R which enables direct output of graphics in a LaTeX-friendly way. Plotting commands issued by R functions are transformed into LaTeX code blocks. These blocks are interpreted with the help of TikZ-- a graphics library for TeX and friends written by Till Tantau. The tikzDevice supports three main modes of output:
2011 Apr 14
0
tikzDevice 0.6.0
Cameron and I are pleased to announce version 0.6.0 of the tikzDevice package which should be available shortly at your local CRAN mirror! The tikzDevice makes it possible to export R graphics as LaTeX code that can be included in other documents or compiled into stand alone figures. The full power of LaTeX is available for typesetting text and mathematical expressions inside figures produced