# NOT RUN {
require(graphics)
# }
# NOT RUN {
pictex()
plot(1:11, (-5:5)^2, type = "b", main = "Simple Example Plot")
dev.off()
##--------------------
# }
# NOT RUN {
%% LaTeX Example
\documentclass{article}
\usepackage{pictex}
\usepackage{graphics} % for \rotatebox
\begin{document}
%...
\begin{figure}[h]
\centerline{\input{Rplots.tex}}
\caption{}
\end{figure}
%...
\end{document}
# }
# NOT RUN {
##--------------------
unlink("Rplots.tex")
# }
Run the code above in your browser using DataLab