The tikzDevice package provides a graphics output device for R that records plots in a LaTeX-friendly format. The device transforms plotting commands issued by R functions into LaTeX code blocks. When included in a paper typeset by LaTeX, these blocks are interpreted with the help of TikZ—a graphics package for TeX and friends written by Till Tantau. Using the tikzDevice, the text of R plots can contain LaTeX commands such as mathematical formula. The device also allows arbitrary LaTeX code to be inserted into the output stream.
Version: | 0.8.1 |
Depends: | R (≥ 2.14.0) |
Imports: | filehash |
Suggests: | testthat (≥ 0.8.1), evaluate, stringr, ggplot2, maps, knitr |
Published: | 2015-01-07 |
Author: | Charlie Sharpsteen [aut], Cameron Bracken [aut], Kirill Müller [ctb, cre], Yihui Xie [ctb] |
Maintainer: | Kirill Müller <krlmlr+r at mailbox.org> |
BugReports: | https://github.com/yihui/tikzDevice/issues |
License: | GPL-2 | GPL-3 [expanded from: GPL (≥ 2)] |
URL: | https://github.com/yihui/tikzDevice |
NeedsCompilation: | yes |
SystemRequirements: | pgf (>= 2.00) |
Materials: | NEWS |
In views: | ReproducibleResearch |
CRAN checks: | tikzDevice results |
Reference manual: | tikzDevice.pdf |
Vignettes: |
The tikzDevice Package |
Package source: | tikzDevice_0.8.1.tar.gz |
Windows binaries: | r-devel: tikzDevice_0.8.1.zip, r-release: tikzDevice_0.8.1.zip, r-oldrel: tikzDevice_0.8.1.zip |
OS X Snow Leopard binaries: | r-release: tikzDevice_0.8.1.tgz, r-oldrel: tikzDevice_0.8.1.tgz |
OS X Mavericks binaries: | r-release: tikzDevice_0.8.1.tgz |
Old sources: | tikzDevice archive |
Reverse suggests: | dplR |