Other packages > Find by keyword >

tikzDevice  

R Graphics Output in LaTeX Format
View on CRAN: Click here


Download and install tikzDevice package within the R console
Install from CRAN:
install.packages("tikzDevice")

Install from Github:
library("remotes")
install_github("cran/tikzDevice")

Install by package version:
library("remotes")
install_version("tikzDevice", "0.12.6")



Attach the package and use:
library("tikzDevice")
Maintained by
Ralf Stubner
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2009-09-12
Latest Update: 2023-11-29
Description:
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.
How to cite:
Ralf Stubner (2009). tikzDevice: R Graphics Output in LaTeX Format. R package version 0.12.6, https://cran.r-project.org/web/packages/tikzDevice. Accessed 05 Mar. 2026.
Previous versions and publish date:
0.4.7 (2009-09-12 14:18), 0.4.8 (2009-09-29 22:02), 0.5.0 (2010-08-10 16:18), 0.5.1 (2010-10-12 09:04), 0.5.2 (2010-10-15 12:06), 0.5.3 (2010-12-06 08:48), 0.6.0 (2011-04-13 11:26), 0.6.1 (2011-04-15 07:26), 0.6.2 (2012-01-13 21:35), 0.7.0 (2013-12-19 19:47), 0.8.1 (2015-01-07 16:05), 0.8 (2015-01-07 06:28), 0.9 (2015-11-17 14:40), 0.10-1.1 (2018-02-14 12:53), 0.10-1.2 (2018-02-14 14:38), 0.10-1 (2016-02-10 09:11), 0.10 (2016-02-06 11:07), 0.11 (2018-03-19 09:38), 0.12.3.1 (2020-06-30 09:28), 0.12.3 (2019-08-07 13:50), 0.12.4 (2023-02-09 21:00), 0.12.5 (2023-08-18 01:40), 0.12 (2018-07-02 16:14)
Other packages that cited tikzDevice R package
View tikzDevice citation profile
Other R packages that tikzDevice depends, imports, suggests or enhances
Complete documentation for tikzDevice
Downloads during the last 30 days

Today's Hot Picks in Authors and Packages

neat  
Efficient Network Enrichment Analysis Test
Includes functions and examples to compute NEAT, the Network Enrichment Analysis Test described in ...
Download / Learn more Package Citations See dependency  
roccv  
ROC for Cross Validation Results
Cross validate large genetic data while specifying clinical variables that should always be in the m ...
Download / Learn more Package Citations See dependency  
nextGenShinyApps  
Craft Exceptional 'R Shiny' Applications and Dashboards with Novel Responsive Tools
Nove responsive tools for designing and developing 'Shiny' dashboards and applications. The scripts ...
Download / Learn more Package Citations See dependency  
diffIRT  
Diffusion IRT Models for Response and Response Time Data
Package to fit diffusion-based IRT models to response and response time data. Models are fit using ...
Download / Learn more Package Citations See dependency  
imagefx  
Extract Features from Images
Synthesize images into characteristic features for time-series analysis or machine learning applicat ...
Download / Learn more Package Citations See dependency  
pinp  
'pinp' is not 'PNAS'
A 'PNAS'-alike style for 'rmarkdown', derived from the 'Proceedings of the National Academy of Scie ...
Download / Learn more Package Citations See dependency  

26,264

R Packages

223,360

Dependencies

70,244

Author Associations

26,265

Publication Badges

© Copyright since 2022. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA