Sharpie/RTikZDevice: R Graphics Output in LaTeX Format

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.

Getting started

Package details

AuthorCharlie Sharpsteen <chuck@sharpsteen.net> and Cameron Bracken <cameron.bracken@gmail.com>
MaintainerThe tikzDevice team <tikzdevice-bugs@lists.r-forge.r-project.org>
LicenseGPL (>= 2)
Version0.6.3
URL https://github.com/Sharpie/RTikZDevice
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("Sharpie/RTikZDevice")
Sharpie/RTikZDevice documentation built on May 9, 2019, 7:07 p.m.