The R Project SVN R

Rev

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

Rev 64662 Rev 66444
Line 174... Line 174...
174
  \code{omega1}.  \code{vartheta}, \code{varphi} and \code{varsigma} are
174
  \code{omega1}.  \code{vartheta}, \code{varphi} and \code{varsigma} are
175
  allowed as synonyms for \code{theta1}, \code{phi1} and \code{sigma1}.
175
  allowed as synonyms for \code{theta1}, \code{phi1} and \code{sigma1}.
176
 
176
 
177
  \code{sigma1} is also known as \code{stigma}, its Unicode name.
177
  \code{sigma1} is also known as \code{stigma}, its Unicode name.
178
 
178
 
179
  Control characters (e.g. \samp{\\n}) are not interpreted in character
179
  Control characters (e.g., \samp{\\n}) are not interpreted in character
180
  strings in plotmath, unlike normal plotting.
180
  strings in plotmath, unlike normal plotting.
181
 
181
 
182
  The fonts used are taken from the current font family, and so can be
182
  The fonts used are taken from the current font family, and so can be
183
  set by \code{\link{par}(family=)} in base graphics, and
183
  set by \code{\link{par}(family=)} in base graphics, and
184
  \code{\link{gpar}(fontfamily=)} in package \pkg{grid}.
184
  \code{\link{gpar}(fontfamily=)} in package \pkg{grid}.
Line 232... Line 232...
232
  mathematical annotation in plots.
232
  mathematical annotation in plots.
233
  \emph{Journal of Computational and Graphical Statistics},
233
  \emph{Journal of Computational and Graphical Statistics},
234
  \bold{9}, 582--599.
234
  \bold{9}, 582--599.
235
 
235
 
236
  The symbol codes can be found in octal in the Adobe reference manuals,
236
  The symbol codes can be found in octal in the Adobe reference manuals,
237
  e.g. for Postscript
237
  e.g.\sspace{}for Postscript
238
  \url{http://www.adobe.com/products/postscript/pdfs/PLRM.pdf}
238
  \url{http://www.adobe.com/products/postscript/pdfs/PLRM.pdf}
239
  or PDF
239
  or PDF
240
  \url{http://www.adobe.com/devnet/acrobat/pdfs/pdf_reference_1-7.pdf}
240
  \url{http://www.adobe.com/devnet/acrobat/pdfs/pdf_reference_1-7.pdf}
241
  and in decimal, octal and hex at
241
  and in decimal, octal and hex at
242
  \url{http://www.stat.auckland.ac.nz/~paul/R/CM/AdobeSym.html}.
242
  \url{http://www.stat.auckland.ac.nz/~paul/R/CM/AdobeSym.html}.