Displaying 1 result from an estimated 1 matches for "plot_fx".
Did you mean:
plot_1
2010 Jan 16
1
Sweave - How to use local objects in code chunks
...#39;)
tools::texi2dvi("report_template.tex", pdf=TRUE)
}
create_report(p3)
this is the file report_template.rnw
\documentclass[a4paper]{article}
\begin{document}
<<echo=FALSE>>=
summary(sel_model)
@
\begin{center}
<<fig=TRUE,echo=FALSE>>=
plot_fx(sel_model)
@
\end{center}
\end{document}
[[alternative HTML version deleted]]