The R Project SVN R

Rev

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

Rev 61168 Rev 62641
Line 238... Line 238...
238
   grid(17, 17, lty = 1) ; mtext(paste("MBCS:", MB))
238
   grid(17, 17, lty = 1) ; mtext(paste("MBCS:", MB))
239
   for(i in r) try(points(i\%\%16, i\%/\%16, pch = sign*i, font = font,...))
239
   for(i in r) try(points(i\%\%16, i\%/\%16, pch = sign*i, font = font,...))
240
}
240
}
241
TestChars()
241
TestChars()
242
try(TestChars(sign = -1))
242
try(TestChars(sign = -1))
243
TestChars(font = 5)  # Euro might be at 160 (0+10*16).  Mac OS has apple at 240 (0+15*16).
243
TestChars(font = 5)  # Euro might be at 160 (0+10*16).
-
 
244
                     # Mac OS has apple at 240 (0+15*16).
244
try(TestChars(-1, font = 2))  # bold
245
try(TestChars(-1, font = 2))  # bold
245
}}
246
}}
246
\keyword{aplot}
247
\keyword{aplot}