Displaying 1 result from an estimated 1 matches for "usrguid".
Did you mean:
  usrguide
  
2001 Sep 27
1
Tildes in R docmentation.
I'm getting flummoxed when trying to putting a tilde (``~'') --- as
in a formula --- into an R documentation file, or rather in getting
one to appear in the *.dvi output that results from converting a *.Rd
file.
In my *.Rd file I wrote an expression of the form
	\code{cbind(x,y) ~ z}
This shows up in the appropriate way in the plain text help,
and in the html help.  But if I do
	R