The R Project SVN R

Rev

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

Rev 85390 Rev 85908
Line 1... Line 1...
1
% File src/library/grDevices/man/plotmath.Rd
1
% File src/library/grDevices/man/plotmath.Rd
2
% Part of the R package, https://www.R-project.org
2
% Part of the R package, https://www.R-project.org
3
% Copyright 1995-2022 R Core Team
3
% Copyright 1995-2022 R Core Team
4
% Distributed under GPL 2 or later
4
% Distributed under GPL 2 or later
5
 
5
 
-
 
6
\newcommand{\I}{#1}
-
 
7
 
6
\name{plotmath}
8
\name{plotmath}
7
\alias{plotmath}
9
\alias{plotmath}
8
\alias{symbol}% also for R symbols aka names in ../../base/man/name.Rd
10
\alias{symbol}% also for R symbols aka names in ../../base/man/name.Rd
9
\alias{plain}
11
\alias{plain}
10
\alias{bold}
12
\alias{bold}
Line 107... Line 109...
107
    \code{x \%notin\% y} \tab x is not an element of y \cr
109
    \code{x \%notin\% y} \tab x is not an element of y \cr
108
    \code{hat(x)}   \tab x with a circumflex \cr
110
    \code{hat(x)}   \tab x with a circumflex \cr
109
    \code{tilde(x)}   \tab x with a tilde \cr
111
    \code{tilde(x)}   \tab x with a tilde \cr
110
    \code{dot(x)} \tab x with a dot \cr
112
    \code{dot(x)} \tab x with a dot \cr
111
    \code{ring(x)}   \tab x with a ring \cr
113
    \code{ring(x)}   \tab x with a ring \cr
112
    \code{bar(xy)}   \tab xy with bar \cr
114
    \code{bar(xy)}   \tab \I{xy} with bar \cr
113
    \code{widehat(xy)}   \tab xy with a wide circumflex \cr
115
    \code{widehat(xy)}   \tab \I{xy} with a wide circumflex \cr
114
    \code{widetilde(xy)} \tab xy with a wide tilde \cr
116
    \code{widetilde(xy)} \tab \I{xy} with a wide tilde \cr
115
    \code{x \%<->\% y}   \tab x double-arrow y \cr
117
    \code{x \%<->\% y}   \tab x double-arrow y \cr
116
    \code{x \%->\% y}   \tab x right-arrow y \cr
118
    \code{x \%->\% y}   \tab x right-arrow y \cr
117
    \code{x \%<-\% y}   \tab x left-arrow y \cr
119
    \code{x \%<-\% y}   \tab x left-arrow y \cr
118
    \code{x \%up\% y}   \tab x up-arrow y \cr
120
    \code{x \%up\% y}   \tab x up-arrow y \cr
119
    \code{x \%down\% y}  \tab x down-arrow y \cr
121
    \code{x \%down\% y}  \tab x down-arrow y \cr