Newer
Older
%!PS-Adobe-3.0 EPSF-3.0
%%DocumentNeededResources: font Helvetica
%%+ font Helvetica-Bold
%%+ font Helvetica-Oblique
%%+ font Helvetica-BoldOblique
%%+ font Symbol
%%Title: R Graphics Output
%%Creator: R Software
%%Pages: (atend)
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
%%EndComments
%%BeginProlog
/bp { gs sRGB gs } def
% begin .ps.prolog
/gs { gsave } bind def
/gr { grestore } bind def
/ep { showpage gr gr } bind def
/m { moveto } bind def
/l { rlineto } bind def
/np { newpath } bind def
/cp { closepath } bind def
/f { fill } bind def
/o { stroke } bind def
/c { newpath 0 360 arc } bind def
/r { 4 2 roll moveto 1 copy 3 -1 roll exch 0 exch rlineto 0 rlineto -1 mul 0 exch rlineto closepath } bind def
/p1 { stroke } bind def
/p2 { gsave bg fill grestore newpath } bind def
/p3 { gsave bg fill grestore stroke } bind def
/p6 { gsave bg eofill grestore newpath } bind def
/p7 { gsave bg eofill grestore stroke } bind def
/t { 5 -2 roll moveto gsave rotate
1 index stringwidth pop
mul neg 0 rmoveto show grestore } bind def
/ta { 4 -2 roll moveto gsave rotate show } bind def
/tb { 2 -1 roll 0 rmoveto show } bind def
/cl { grestore gsave newpath 3 index 3 index moveto 1 index
4 -1 roll lineto exch 1 index lineto lineto
closepath clip newpath } bind def
/rgb { setrgbcolor } bind def
/s { scalefont setfont } bind def
% end .ps.prolog
/sRGB { [ /CIEBasedABC
<< /DecodeLMN
[ { dup 0.03928 le
{12.92321 div}
{0.055 add 1.055 div 2.4 exp }
ifelse
} bind dup dup
]
/MatrixLMN [0.412457 0.212673 0.019334
0.357576 0.715152 0.119192
0.180437 0.072175 0.950301]
/WhitePoint [0.9505 1.0 1.0890]
>>
] setcolorspace } bind def
/srgb { setcolor } bind def
% begin encoding
/WinAnsiEncoding [
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
/space /exclam /quotedbl /numbersign /dollar /percent /ampersand /quoteright
/parenleft /parenright /asterisk /plus /comma /minus /period /slash
/zero /one /two /three /four /five /six /seven
/eight /nine /colon /semicolon /less /equal /greater /question
/at /A /B /C /D /E /F /G
/H /I /J /K /L /M /N /O
/P /Q /R /S /T /U /V /W
/X /Y /Z /bracketleft /backslash /bracketright /asciicircum /underscore
/grave /a /b /c /d /e /f /g
/h /i /j /k /l /m /n /o
/p /q /r /s /t /u /v /w
/x /y /z /braceleft /bar /braceright /asciitilde /.notdef
/Euro /.notdef /quotesinglbase /florin /quotedblbase /ellipsis /dagger /daggerdbl
/circumflex /perthousand /Scaron /guilsinglleft /OE /.notdef /Zcaron /.notdef
/.notdef /quoteleft /quoteright /quotedblleft /quotedblright /bullet /endash /emdash
/tilde /trademark /scaron /guilsinglright /oe /.notdef /zcaron /Ydieresis
/space /exclamdown /cent /sterling /currency /yen /brokenbar /section
/dieresis /copyright /ordfeminine /guillemotleft /logicalnot /hyphen /registered /macron
/degree /plusminus /twosuperior /threesuperior /acute /mu /paragraph /periodcentered
/cedilla /onesuperior /ordmasculine /guillemotright /onequarter /onehalf /threequarters /questiondown
/Agrave /Aacute /Acircumflex /Atilde /Adieresis /Aring /AE /Ccedilla
/Egrave /Eacute /Ecircumflex /Edieresis /Igrave /Iacute /Icircumflex /Idieresis
/Eth /Ntilde /Ograve /Oacute /Ocircumflex /Otilde /Odieresis /multiply
/Oslash /Ugrave /Uacute /Ucircumflex /Udieresis /Yacute /Thorn /germandbls
/agrave /aacute /acircumflex /atilde /adieresis /aring /ae /ccedilla
/egrave /eacute /ecircumflex /edieresis /igrave /iacute /icircumflex /idieresis
/eth /ntilde /ograve /oacute /ocircumflex /otilde /odieresis /divide
/oslash /ugrave /uacute /ucircumflex /udieresis /yacute /thorn /ydieresis
]
def
% end encoding
%%IncludeResource: font Helvetica
/Helvetica findfont
dup length dict begin
{1 index /FID ne {def} {pop pop} ifelse} forall
/Encoding WinAnsiEncoding def
currentdict
end
/Font1 exch definefont pop
%%IncludeResource: font Helvetica-Bold
/Helvetica-Bold findfont
dup length dict begin
{1 index /FID ne {def} {pop pop} ifelse} forall
/Encoding WinAnsiEncoding def
currentdict
end
/Font2 exch definefont pop
%%IncludeResource: font Helvetica-Oblique
/Helvetica-Oblique findfont
dup length dict begin
{1 index /FID ne {def} {pop pop} ifelse} forall
/Encoding WinAnsiEncoding def
currentdict
end
/Font3 exch definefont pop
%%IncludeResource: font Helvetica-BoldOblique
/Helvetica-BoldOblique findfont
dup length dict begin
{1 index /FID ne {def} {pop pop} ifelse} forall
/Encoding WinAnsiEncoding def
currentdict
end
/Font4 exch definefont pop
%%IncludeResource: font Symbol
/Symbol findfont
dup length dict begin
{1 index /FID ne {def} {pop pop} ifelse} forall
currentdict
end
/Font5 exch definefont pop
%%EndProlog
%%Page: 1 1
bp
/bg { 1 1 1 srgb } def
0.00 0.00 450.00 300.00 r p2
59.04 73.44 419.76 240.96 cl
0 0 1 srgb
0.75 setlinewidth
[] 0 setdash
1 setlinecap
1 setlinejoin
10.00 setmiterlimit
np
0.02 -0.01 l
0.01 0.02 l
0.02 -0.01 l
0.01 0.02 l
0.02 0 l
0.02 -0.01 l
0.01 0.02 l
0.02 -0.01 l
0.02 0 l
0.01 0 l
0.02 0.01 l
0.02 -0.01 l
0.02 0 l
0.01 0 l
0.02 0 l
0.02 -0.01 l
0.01 0.02 l
0.02 -0.01 l
0.02 0 l
0.02 0.01 l
0.01 -0.02 l
0.02 0.01 l
0.01 -0.02 l
0.02 0.01 l
0.02 0 l
0.02 -0.01 l
0.02 -0.01 l
0.02 0 l
0.01 0.01 l
0.02 -0.02 l
0.02 0 l
0.01 0.01 l
0.02 -0.01 l
0.02 0.01 l
0.01 -0.02 l
0.02 0 l
0.02 0.02 l
0.02 -0.02 l
0.01 0.02 l
0.02 0.02 l
0.02 0 l
0.01 -0.02 l
0.02 0 l
0.01 0 l
0.02 0 l
0.02 -0.01 l
0.02 0.02 l
0.01 0 l
0.02 -0.02 l
0.02 0 l
0.01 0.02 l
0.02 -0.02 l
0.02 0.02 l
0.01 -0.02 l
0.02 0.02 l
0.02 0.02 l
0.01 -0.01 l
0.02 0 l
0.02 0.02 l
0.02 -0.03 l
0.02 0.03 l
0.02 -0.03 l
0.01 0.01 l
0.02 0 l
0.02 0 l
0.01 0 l
65.59 88.14 lineto
0.02 -0.03 l
0.01 0.04 l
0.02 -0.03 l
0.02 0.02 l
0.01 0.01 l
0.02 -0.02 l
0.02 0.02 l
0.02 -0.02 l
0.01 0.02 l
0.01 -0.01 l
0.02 0.01 l
0.02 -0.01 l
0.01 0.01 l
0.01 -0.02 l
0.02 0.02 l
0.02 -0.02 l
0.02 -0.02 l
0.01 0 l
0.02 0.02 l
0.02 -0.01 l
0.01 0 l
0.02 0 l
0.02 0 l
0.01 -0.01 l
0.02 0.02 l
0.02 -0.02 l
0.02 0.02 l
0.01 0 l
0.02 -0.01 l
0.01 -0.01 l
0.02 0.01 l
0.02 -0.01 l
0.01 -0.02 l
0.02 0.02 l
0.02 -0.02 l
0.02 0.01 l
0.02 -0.01 l
0.01 0 l
0.02 0 l
0.02 0 l
0.01 0 l
0.02 0 l
0.02 0.01 l
0.02 -0.02 l
0.01 0.02 l
0.02 -0.01 l
0.02 0 l
0.01 -0.01 l
67.29 88.14 lineto
0 2011.86 l
o
np
67.32 2100.00 m
0.01 -1582.09 l
0.01 -431.42 l
0.02 0.01 l
0.01 0 l
0.02 0 l
0.02 0.02 l
0.01 -0.02 l
0.02 0.02 l
0.01 -0.02 l
0.02 0.03 l
0.02 -0.01 l
0.01 -0.03 l
0.02 0.03 l
0.02 -0.03 l
0.02 0.03 l
0.01 -0.02 l
0.02 0.02 l
0.02 -0.02 l
0.02 -0.02 l
0.01 0.02 l
0.02 -0.03 l
0.02 -0.01 l
0.01 0 l
0.02 0 l
0.01 -0.02 l
0.02 0 l
0.02 0.02 l
0.01 0 l
0.02 -0.02 l
0.02 0.02 l
0.02 -0.02 l
0.02 0.02 l
0.01 -0.02 l
0.02 -0.02 l
0.01 0.02 l
0.02 -0.02 l
0.02 -0.02 l
0.01 0.02 l
0.02 -0.01 l
0.02 0 l
0.01 0 l
69.01 86.49 lineto
0.01 0.02 l
0.02 -0.02 l
0.02 0.01 l
0.01 -0.01 l
0.02 0.01 l
0.02 0.01 l
0.01 -0.01 l
0.02 0.01 l
0.02 -0.01 l
0.02 -0.01 l
0.02 0.01 l
0.02 -0.01 l
0.01 0 l
0.02 0.01 l
0.02 0.01 l
0.02 0.02 l
0.02 -0.02 l
0.01 0.02 l
0.02 -0.02 l
0.02 0.01 l
0.02 0 l
0.01 -0.01 l
0.02 0 l
0.02 0.02 l
0.02 0 l
0.01 -0.02 l
0.02 0.02 l
0.02 -0.02 l
0.01 0 l
0.02 0.02 l
0.02 -0.01 l
0.01 -0.01 l
0.02 0 l
0.02 0.01 l
0.02 -0.01 l
0.02 -0.02 l
0.02 0.02 l
0.01 -0.02 l
0.01 -0.02 l
0.02 0.02 l
0.02 -0.02 l
0.01 0.02 l
0.02 -0.02 l
0.02 0.02 l
0.01 -0.02 l
0.02 0 l
0.01 0 l
0.02 0 l
0.02 -0.01 l
0.01 0.01 l
0.02 0 l
0.02 0 l
0.01 0 l
0.02 0 l
0.02 0 l
0.02 0 l
70.71 86.49 lineto
0.02 0 l
0.02 0 l
0.02 199.83 l
0.01 -197.90 l
0.02 -3.07 l
0.02 0 l
0.02 -0.01 l
0.02 0 l
0.01 0 l
0.02 0.01 l
0.02 0.01 l
0.01 -0.01 l
0.02 0 l
0.01 0.01 l
0.02 -0.02 l
0.02 0 l
0.01 0.02 l
0.02 0 l
0.02 -0.01 l
0.01 0.01 l
0.01 -0.01 l
0.02 -0.01 l
0.02 0.02 l
0.01 -0.02 l
0.02 0.02 l
0.02 -0.02 l
0.02 0.02 l
0.01 -0.02 l
0.02 0.02 l
72.42 85.35 lineto
0.01 0 l
0.02 0 l
0.02 0.01 l
0.01 -0.01 l
0.02 0.01 l
0.02 -0.01 l
0.01 0.01 l
0.02 -0.01 l
0.02 0.01 l
0.02 0.01 l
0.02 -0.01 l
0.02 0.01 l
0.01 0 l
0.02 -0.01 l
0.02 0.01 l
0.02 -0.02 l
0.01 0.02 l
0.02 -0.01 l
0.01 0.01 l
0.02 -0.01 l
0.02 0.01 l
0.02 -0.01 l
0.01 0.01 l
0.02 -0.01 l
0.02 0.01 l
0.01 -0.01 l
0.02 0.01 l
0.02 -0.01 l
0.02 -0.02 l
0.02 0.02 l
0.02 0 l
0.01 -0.01 l
0.02 0 l
0.02 0.01 l
0.01 -0.01 l
0.02 0.01 l
0.02 -0.01 l
0.02 -0.01 l
0.01 148.48 l
0.02 -147.60 l
0.02 -1.85 l
0.02 0.01 l
0.01 -0.01 l
0.02 0.01 l
0.02 0.01 l
0.01 -0.01 l
0.02 0.01 l
0.02 -0.02 l
0.02 0.01 l
0.01 -0.01 l
0.02 0.01 l
0.02 -0.01 l
0.02 0.02 l
0.01 -0.01 l
0.02 -0.01 l
0.02 0.02 l
0.02 0 l
0.01 -0.02 l
0.02 0.03 l
0.02 0.02 l
0.02 -0.02 l
0.01 0.01 l
0.02 -0.01 l
0.02 0 l
0.02 -0.01 l
0.01 0 l
0.02 0.02 l
0.02 -0.01 l
0.02 0.02 l
0.01 -0.02 l
0.02 0.02 l
0.02 -0.02 l
0.02 -0.01 l
0.02 -0.01 l
0.01 0.03 l
0.02 -0.03 l
0.02 0.03 l
0.02 0.02 l
0.01 -0.02 l
0.02 0.01 l
0.02 -0.01 l
0.01 0.01 l
0.02 -0.01 l
0.02 0.01 l
0.02 -0.01 l
0.02 0.01 l
0.01 -0.01 l
0.02 0.01 l
0.02 -0.01 l
0.01 0.01 l
0.02 -0.01 l
0.02 0 l
0.01 0.01 l
0.02 0 l
0.02 -0.01 l
0.01 0.01 l
0.02 -0.01 l
0.01 0 l
0.02 0.01 l
0.02 -0.01 l
0.02 0.01 l
0.01 -0.01 l
0.02 0.01 l
0.02 -0.01 l
0.01 0.01 l
0.02 -0.01 l
0.02 0.01 l
0.01 -0.01 l
0.02 0.01 l
0.02 -0.01 l
0.02 0.02 l
0.01 -0.01 l
0.02 -0.01 l
0.02 0 l
0.01 0.01 l
0.01 -0.01 l
0.02 0 l
0.02 0.01 l
0.01 0 l
0.02 0 l
0.02 0 l
77.53 84.38 lineto
0.01 0 l
0.02 -0.01 l
0.02 0.01 l
0.01 -0.01 l
0.02 0.01 l
0.01 -0.01 l
0.02 85.30 l
0.02 -86.43 l
0.01 0 l
0.02 -0.01 l
0.02 0.02 l
0.01 -0.01 l
0.02 0 l
0.02 0.01 l
0.01 -0.02 l
0.02 0.02 l
0.02 -0.02 l
0.02 0.02 l
0.01 -0.02 l
0.02 0.01 l
0.02 0 l
0.01 -0.01 l
0.02 -0.01 l
0.01 0 l
0.02 0 l
0.02 0 l