1
0

Update on Overleaf.

This commit is contained in:
2023-03-06 17:58:39 +00:00
committed by node
parent 38deeddefb
commit 203f17ef27

View File

@@ -709,7 +709,7 @@ Our MLA method works in this scenario, as shown in \ref{fig:real.data.example.ap
\begin{figure}[htbp!] \begin{figure}[htbp!]
\centering \centering
\begin{subfigure}{\linewidth} \begin{subfigure}{\linewidth}
<<real.data.example.iv.full,echo=FALSE, message=FALSE, warning=FALSE, %result='asis', dev='pdf', fig.asp=0.3,cache=F>>= <<real.data.example.iv.full,echo=FALSE, message=FALSE, warning=FALSE, result='asis', dev='pdf', fig.asp=0.3,cache=F>>=
p <- plot.civilcomments.iv.example(include.models=c("Automatic Classifications", "Manual Annotations", "Annotation Sample", "Error Correction")) p <- plot.civilcomments.iv.example(include.models=c("Automatic Classifications", "Manual Annotations", "Annotation Sample", "Error Correction"))
print(p) print(p)
@ @
@@ -717,7 +717,7 @@ print(p)
\end{subfigure} \end{subfigure}
\begin{subfigure}{\linewidth} \begin{subfigure}{\linewidth}
<<real.data.example.dv.full,echo=FALSE, message=FALSE, warning=FALSE, %result='asis', dev='pdf', fig.asp=0.3,cache=F>>= <<real.data.example.dv.full,echo=FALSE, message=FALSE, warning=FALSE, result='asis', dev='pdf', fig.asp=0.3,cache=F>>=
p <- plot.civilcomments.dv.example(include.models=c("Automatic Classifications", "All Annotations", "Annotation Sample", "Error Correction")) p <- plot.civilcomments.dv.example(include.models=c("Automatic Classifications", "All Annotations", "Annotation Sample", "Error Correction"))
print(p) print(p)
@ @