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 22 Dec. 2024.
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
Get rewarded with contribution points by helping add
Reviews / comments / questions /suggestions ↴↴↴

Today's Hot Picks in Authors and Packages

Rfast2  
A Collection of Efficient and Extremely Fast R Functions II
A collection of fast statistical and utility functions for data analysis. Functions for regression, ...
Download / Learn more Package Citations See dependency  
quickcode  
Quick and Essential 'R' Tricks for Better Scripts
The NOT functions, 'R' tricks and a compilation of some simple quick plus often used 'R' codes to im ...
Download / Learn more Package Citations See dependency  
elect  
Estimation of Life Expectancies Using Multi-State Models
Functions to compute state-specific and marginal life expectancies. The computation is based on a fi ...
Download / Learn more Package Citations See dependency  
composits  
Compositional, Multivariate and Univariate Time Series Outlier Ensemble
A compositional multivariate and univariate time series outlier ensemble.It uses the four R packages ...
Download / Learn more Package Citations See dependency  
dmlalg  
Double Machine Learning Algorithms
Implementation of double machine learning (DML) algorithms in R, based on Emmenegger and Buehlmann ...
Download / Learn more Package Citations See dependency  
wordspace  
Distributional Semantic Models in R
An interactive laboratory for research on distributional semantic models ('DSM', see < ...
Download / Learn more Package Citations See dependency  

23,394

R Packages

201,798

Dependencies

63,416

Author Associations

23,395

Publication Badges

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