The R Project SVN R

Rev

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

Rev 38 Rev 256
Line 49... Line 49...
49
\item[accents] accented expressions are specified using the special
49
\item[accents] accented expressions are specified using the special
50
mathematical functions {\tt hat} and {\tt bar}.  For example, {\tt
50
mathematical functions {\tt hat} and {\tt bar}.  For example, {\tt
51
hat(x)} produces $\hat x$ and {\tt bar(x)} produces $\bar x$.
51
hat(x)} produces $\hat x$ and {\tt bar(x)} produces $\bar x$.
52
 
52
 
53
\item[fractions] fractions are specified using the special
53
\item[fractions] fractions are specified using the special
54
mathematical function {\tt over}. For example, {\tt over(1,2)}
54
mathematical function {\tt frac} (or its alias, {\tt over}). 
55
produces $1\over2$.
55
For example, {\tt frac(1,2)} produces $1\over2$.  
56
 
56
 
57
\item[relations]  equality or assignment of terms is specified using
57
\item[relations]  equality or assignment of terms is specified using
58
the {\tt ==} relation.  For example, {\tt x == y} produces $x=y$.
58
the {\tt ==} relation.  For example, {\tt x == y} produces $x=y$.
59
 
59
 
60
\item[visible grouping]  terms are visibly grouped by placing them
60
\item[visible grouping]  terms are visibly grouped by placing them