Chapter2.tex
:Code: Select all
\begin{knitrout}
\definecolor{shadecolor}{rgb}{0.969, 0.969, 0.969}\color{fgcolor}\begin{kframe}
{\ttfamily\noindent\color{warningcolor}{\#\# Warning: Removed 3 rows containing missing values (geom\_path).}}\end{kframe}
\includegraphics[width=\maxwidth]{figure/my_plot}
\end{knitrout}
This code is producing this latex error:
Code: Select all
Latex Error: ./Chapters/Chapter2.tex:121 LaTeX Error: Environment knitrout undefined.
Latex Error: ./Chapters/Chapter2.tex:122 LaTeX Error: Undefined color `fgcolor'.
Latex Error: ./Chapters/Chapter2.tex:122 LaTeX Error: Environment kframe undefined.
Latex Error: ./Chapters/Chapter2.tex:125 LaTeX Error: Undefined color `warningcolor'.
Latex Error: ./Chapters/Chapter2.tex:125 LaTeX Error: \begin{document} ended by \end{kframe}.
Latex Error: ./Chapters/Chapter2.tex:126 LaTeX Error: File `figure/my_plot' not found.
Latex Error: ./Chapters/Chapter2.tex:128 LaTeX Error: \begin{document} ended by \end{knitrout}.
Does anyone know why I am getting these errors?
Ross_Ahmed_909