>>>>> On Wed, 2 Apr 2003 15:57:58 +0200,
>>>>> S�ren H�jsgaard (SH) wrote:

  > Dear all,
  > In Sweave I have a code chunk
  > aaa <- "Sex, Drug/Sex:W1,Drug:W1,\
  >     Sex:W2,Drug:W2/Sex:W1:W2,Drug:W1:W2"
  > which in tex code turns into
  > \begin{Sinput}
  >> aaa <- "Sex, Drug/Sex:W1,Drug:W1,\n    Sex:W2,Drug:W2/Sex:W1:W2,Drug:W1:W2"
  > \end{Sinput}
  > meaning that the string is not split to two lines. Any suggestion about how to 
make Sweave break the string ?


Currently there is no way: Sweave operates on the *parsed* expressions
which do not contain the newlines. It does respect options(width=...)
settings, hence you can control approximately where lines are broken
(but not exactly).

Hope this helps,
Fritz

-- 
-------------------------------------------------------------------
                        Friedrich Leisch 
Institut f�r Statistik & DSS                Tel: (+43 1) 4277 38613
Universit�t Wien                            Fax: (+43 1) 4277 38639
Universit�tsstra�e 5                  [EMAIL PROTECTED]
1010 Wien, Austria     http://mailbox.univie.ac.at/Friedrich.Leisch
-------------------------------------------------------------------

______________________________________________
[EMAIL PROTECTED] mailing list
https://www.stat.math.ethz.ch/mailman/listinfo/r-help

Reply via email to