[R] Sweave: Howto write real TeX formula in plot
cameron.bracken
cameron.bracken at gmail.com
Fri May 15 20:41:31 CEST 2009
cls59 wrote:
>
> install.packages('pgfSweave',repos='http://www.rforge.net')
>
For others that are not on Linux. I would suggest using the r-forge site for
binary installation. The binaries on rforge.net are not completely up to
date in some cases.
install.packages("pgfSweave", repos="http://R-Forge.R-project.org")
Otherwise use if you are not on a Linux system:
install.packages('pgfSweave',repos='http://www.rforge.net',type='source')
-Cameron
--
View this message in context: http://www.nabble.com/Sweave%3A-Howto-write-real-TeX-formula-in-plot-tp23127536p23565286.html
Sent from the R help mailing list archive at Nabble.com.
More information about the R-help
mailing list