Inhaltsverzeichnis

R

Schnellstart

Advanced...

Datum

LaTeX

sweave

oder

tikzDevice

install.packages( 'tikzDevice' )
require(tikzDevice)
tikz(’output.tex’>)
plot(bla)
dev.off()

bei filehash package problemen, alt genuges package runterladen http://mirrors.dotsrc.org/cran/src/contrib/Archive/filehash/ und von hand installieren: install.packages('filehash_2.1-1.tar.gz', repos=NULL)

Tipps/Tricks