Package: tikzDevice 0.12.6
tikzDevice: R Graphics Output in LaTeX Format
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 LaTeX document, 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.
Authors:
tikzDevice_0.12.6.tar.gz
tikzDevice_0.12.6.zip(r-4.7)tikzDevice_0.12.6.zip(r-4.6)tikzDevice_0.12.6.zip(r-4.5)
tikzDevice_0.12.6.tgz(r-4.6-x86_64)tikzDevice_0.12.6.tgz(r-4.6-arm64)tikzDevice_0.12.6.tgz(r-4.5-x86_64)tikzDevice_0.12.6.tgz(r-4.5-arm64)
tikzDevice_0.12.6.tar.gz(r-4.7-arm64)tikzDevice_0.12.6.tar.gz(r-4.7-x86_64)tikzDevice_0.12.6.tar.gz(r-4.6-arm64)tikzDevice_0.12.6.tar.gz(r-4.6-x86_64)
tikzDevice_0.12.6.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
tikzDevice/json (API)
NEWS
| # Install 'tikzDevice' in R: |
| install.packages('tikzDevice', repos = c('https://daqana.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/daqana/tikzdevice/issues
Pkgdown/docs site:https://daqana.github.io
Last updated from:c7a370e580. Checks:6 OK, 7 ERROR. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-arm64 | OK | 138 | ||
| linux-devel-x86_64 | OK | 146 | ||
| source / vignettes | OK | 249 | ||
| linux-release-arm64 | OK | 129 | ||
| linux-release-x86_64 | OK | 114 | ||
| macos-release-arm64 | ERROR | 110 | ||
| macos-release-x86_64 | ERROR | 271 | ||
| macos-oldrel-arm64 | ERROR | 133 | ||
| macos-oldrel-x86_64 | ERROR | 292 | ||
| windows-devel | ERROR | 89 | ||
| windows-release | ERROR | 119 | ||
| windows-oldrel | ERROR | 79 | ||
| wasm-release | OK | 115 |
Exports:anyMultibyteUTF8CharactersgetLatexCharMetricsgetLatexStrWidthgrid.tikzAnnotategrid.tikzCoordgrid.tikzNodegridToDevicesanitizeTexStringsetTikzDefaultstikztikzAnnotatetikzAnnotateGrobtikzCompilerInfotikzCoordtikzCoordGrobtikzNodetikzNodeGrobtikzTest
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Support for native LaTeX output of R graphics | tikzDevice-package tikzDevice |
| Check If a String Contains Multibyte UTF-8 characters | anyMultibyteUTF8Characters |
| Obtain Font Metrics from LaTeX | getLatexCharMetrics getLatexStrWidth |
| Convert grid coordinates to device coordinates | gridToDevice |
| Replace LaTeX Special Characters in a String | sanitizeTexString |
| Reset tikzDevice options to default values. | setTikzDefaults |
| TikZ Graphics Device | tikz |
| Add Custom TikZ Code to an Active Device | grid.tikzAnnotate grid.tikzCoord grid.tikzNode tikzAnnotate tikzAnnotateGrob tikzCoord tikzCoordGrob tikzNode tikzNodeGrob |
| Print paths to TeX compilers. | tikzCompilerInfo |
| Test invocation of a LaTeX engine. | tikzTest |
