The R Project SVN R

Rev

Rev 49147 | Rev 49152 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 49147 Rev 49150
Line 37... Line 37...
37
<pre>
37
<pre>
38
  Escaped backslash \x.
38
  Escaped backslash \x.
39
 
39
 
40
  %{}
40
  %{}
41
 
41
 
42
  var in <VAR>text</VAR>.
42
  var in \var{text}.
43
  
43
  
44
  foo(<VAR>x</VAR>, <VAR>y</VAR>).
44
  foo(\var{x}, \var{y}).
45
  
45
  
46
  From gap: pedtodot.Rd -- n=split(m,par,"\034")
46
  From gap: pedtodot.Rd -- n=split(m,par,"\034")
47
</pre>
47
  </pre>
48
</p>
48
</p>
49
 
49
 
50
 
50
 
51
<h3>Examples</h3>
51
<h3>Examples</h3>
52
 
52