Produce Authentic Math Formulas in R Graphics | /en/2011/04/produce-authentic-math-formulas-in-r-graphics/
Produce Authentic Math Formulas in R Graphics
https://yihui.org/en/2011/04/produce-authentic-math-formulas-in-r-graphics/
https://yihui.org/en/2011/04/produce-authentic-math-formulas-in-r-graphics/
Guest *Gong-Yi Liao* @ 2011-05-01 22:40:26 originally posted:
It seems that this does not work for the case of using png as the output device?
No. This only applies to the tikz() device in the tikzDevice package. The png file in my post was converted from the pdf output.
Originally posted on 2011-05-01 22:50:40
Guest *Yilong Zhang* @ 2011-05-01 23:17:14 originally posted:
Is it possible to output a Table in graphics type? Then we may format graph and table at same time by layout function
It does not seem to be directly possible. We cannot insert a tabular or table environment in the graphics. I remember there is an R package which can "plot" the table (as texts and grid lines) but I have forgotten its name.
Originally posted on 2011-05-02 01:51:17
Guest *Charlie Sharpsteen* @ 2011-05-10 00:44:47 originally posted:
Well, technically you can insert whatever LaTeX code you want into the tikz output stream using the tikzAnnotate function. Just make sure that it can handle being inside a tikzpicture environment.
However, the generation of tables is a little bit outside of the realm of graphics. xtable is better suited to such things.
Thanks for the clarification, Charlie.
Originally posted on 2011-05-11 07:14:04
Guest *baptiste* @ 2011-08-10 00:16:18 originally posted:
gplots::texplot(), plotrix::addtable2plot(), and gridExtra::grid.table(), maybe?
Thanks, baptiste. I think I meant plotrix.
Originally posted on 2011-08-10 01:35:49
Guest *MYaseen208* @ 2011-05-10 21:21:06 originally posted:
Awesome. This is what I was looking for. Thanks
Guest *StubbornlyRational* @ 2012-10-14 17:44:07 originally posted:
Package has been removed from CRAN and is now obsolete.
http://r.789695.n4.nabble.com/tikzDevice-not-available-td4640395.html
I'll probably try to bring it back if the original authors are no longer interested or able to maintain it.
Originally posted on 2012-10-16 06:29:55
Guest *Gast* @ 2012-11-30 21:51:11 originally posted:
Error in createLockFile(lockname) : cannot create lock file
Google for this error message.
Originally posted on 2012-11-30 23:05:06
Guest *essay writing websites* @ 2014-12-14 04:41:46 originally posted:
It's really wonderful that you shared this kind of information especially that there are many people who is using this kind of program. Thus, it's wonderful that you have shared this information to make R Graphics more friendly to its user.
Guest *YG* @ 2015-04-06 06:36:04 originally posted:
Many thanks! This was just what I was looking for!
Guest *Erdogan CEVHER* @ 2016-12-07 16:54:56 originally posted:
Many thanks. Just what I want, even more!
Guest *David Winsemius* @ 2017-05-14 16:45:38 originally posted:
Yihue to the rescue yet again. Many thanks. The tikzDevice is currently in CRAN and producing just what was advertised.
Sign in to join the discussion
Sign in with GitHub