, :
StatEt/Eclipse Sweave?
(: StatEt/Eclipse R, Sweave/R , Komodo/sciviews-R). sweave R, .tex . .tex (, pdf) tex.
Sweave?
r script sweave-, sweave / R script sweave R- , ..
<<label=myEntireRScript, echo=false, include=false>>
myTable<-dataframe(...)
myPlot<-qplot(....)
@
, . , , R xxtable, .
<<label=myEntireRScript, echo=false, include=false>>=
@
Put any text I want before my table here, maybe with a \Sexpr{print(variable)} named variable
<<label=myTable, result=Tex>>=
myTable<-dataframe(...)
print(xtable(mytable,...),...)
@
Any text I want before my figure
<label=myplot, result=figure>>=
myPlot<-qplot(....)
print(qplot)
@