The R Project SVN R

Rev

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

Rev 68948 Rev 70779
Line 137... Line 137...
137
  \code{par("pch")} is used.
137
  \code{par("pch")} is used.
138
 
138
 
139
  If the symbol font (\code{\link{par}(font = 5)}) is used, numerical
139
  If the symbol font (\code{\link{par}(font = 5)}) is used, numerical
140
  values should be used for \code{pch}: the range is
140
  values should be used for \code{pch}: the range is
141
  \code{c(32:126, 160:254)} in all locales (but \code{240} is not
141
  \code{c(32:126, 160:254)} in all locales (but \code{240} is not
142
  defined (used for \sQuote{apple} on OS X) and \code{160}, Euro, may
142
  defined (used for \sQuote{apple} on macOS) and \code{160}, Euro, may
143
  not be present).
143
  not be present).
144
}
144
}
145
\note{
145
\note{
146
  A single-byte encoding may include the characters in
146
  A single-byte encoding may include the characters in
147
  \code{pch = 128:255}, and if it does, a font may not include all (or
147
  \code{pch = 128:255}, and if it does, a font may not include all (or
Line 240... Line 240...
240
   for(i in r) try(points(i\%\%16, i\%/\%16, pch = sign*i, font = font,...))
240
   for(i in r) try(points(i\%\%16, i\%/\%16, pch = sign*i, font = font,...))
241
}
241
}
242
TestChars()
242
TestChars()
243
try(TestChars(sign = -1))
243
try(TestChars(sign = -1))
244
TestChars(font = 5)  # Euro might be at 160 (0+10*16).
244
TestChars(font = 5)  # Euro might be at 160 (0+10*16).
245
                     # Mac OS has apple at 240 (0+15*16).
245
                     # macOS has apple at 240 (0+15*16).
246
try(TestChars(-1, font = 2))  # bold
246
try(TestChars(-1, font = 2))  # bold
247
}}
247
}}
248
\keyword{aplot}
248
\keyword{aplot}