search for: verification_summary_20051024_table

Displaying 1 result from an estimated 1 matches for "verification_summary_20051024_table".

2007 May 16
1
Problem with Sweave
...er]{article} \title{Test Sweave Example} \author{Thomas Adams} \begin{document} \maketitle In this example we embed parts of the examples from the \texttt{boxplot} and \texttt{lattice} figures into a \LaTeX{} document <<>>= library(verification) library(lattice) dat<-read.table("verification_summary_20051024_table.txt",sep="\t",header=TRUE) \begin{center} <<fig=TRUE,echo=FALSE>>= boxplot(dat$MAE ~ dat$BASINID) abline(h=1) abline(h=0.5,col="red") @ \end{center} \end{document} I get the following error: xt4-tir:adams> echo 'Sweave("test.Rnw")' | R --...