The R Project SVN R

Rev

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

Rev 30712 Rev 31430
Line 89... Line 89...
89
    \code{30*second}   \tab 30 seconds of angle \cr
89
    \code{30*second}   \tab 30 seconds of angle \cr
90
    \code{displaystyle(x)} \tab draw x in normal size (extra spacing) \cr
90
    \code{displaystyle(x)} \tab draw x in normal size (extra spacing) \cr
91
    \code{textstyle(x)}  \tab draw x in normal size \cr
91
    \code{textstyle(x)}  \tab draw x in normal size \cr
92
    \code{scriptstyle(x)} \tab draw x in small size \cr
92
    \code{scriptstyle(x)} \tab draw x in small size \cr
93
    \code{scriptscriptstyle(x)} \tab draw x in very small size \cr
93
    \code{scriptscriptstyle(x)} \tab draw x in very small size \cr
-
 
94
    \code{underline(x)}   \tab draw x underlined\cr
94
    \code{x ~~ y}        \tab put extra space between x and y \cr
95
    \code{x ~~ y}        \tab put extra space between x and y \cr
95
    \code{x + phantom(0) + y} \tab leave gap for "0", but don't draw it \cr
96
    \code{x + phantom(0) + y} \tab leave gap for "0", but don't draw it \cr
96
    \code{x + over(1, phantom(0))} \tab leave vertical gap for "0" (don't draw) \cr
97
    \code{x + over(1, phantom(0))} \tab leave vertical gap for "0" (don't draw) \cr
97
    \code{frac(x, y)}   \tab x over y \cr
98
    \code{frac(x, y)}   \tab x over y \cr
98
    \code{over(x, y)}   \tab x over y \cr
99
    \code{over(x, y)}   \tab x over y \cr