The R Project SVN R

Rev

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

Rev 54481 Rev 56950
Line 1... Line 1...
1
#### Regression tests for GRAPHICS & PLOTS
1
#### Regression tests for GRAPHICS & PLOTS
2
 
2
 
3
postscript("reg-plot.ps", paper="a4", horizontal=TRUE,
-
 
4
           encoding ="ISOLatin1.enc")
3
pdf("reg-plot.pdf", compress = FALSE, encoding ="ISOLatin1.enc")
-
 
4
 
5
## since we supply the font metrics, the results depend only on
5
## since we supply the font metrics, the results depend only on
6
## the encoding used: Windows is different from Unix by default.
6
## the encoding used which depends on the locale (and OS).
7
## As from 2.1.0 we only test genuine Latin-1 chars: Adobe has dotlessi
7
## As from 2.1.0 we only test genuine Latin-1 chars: Adobe has dotlessi
8
## and accents at 144:152, 154, 155, 157:159, but Unicode does not.
8
## and accents at 144:152, 154, 155, 157:159, but Unicode does not.
9
 
9
 
10
options(warn = 1)# print them as they occur
10
options(warn = 1)# print them as they occur
11
 
11