Displaying 1 result from an estimated 1 matches for "brainsections".
2005 May 24
1
input line length in Sweave
I am having trouble in Sweave with input line lengths. For example, I may have in my input file the chunk
<<>>=
BrainSections <-
levels(AggData$sctn)[grep(
"(^BRAIN)|(^WHOLEBRAIN)|(LEFT HEMISPHERE)| (HALFBRAIN)",
levels(AggData$sctn))]
@
This is translated in the tex file:
\begin{Sinput}
> BrainSections <- levels(AggData$sctn)[grep("(^BRAIN)|(^WHOLEBRAIN)|(LEFT...