diff --git a/GAL-Buckle95.Rnw b/GAL-Buckle95.Rnw index 0309848..33c70ea 100644 --- a/GAL-Buckle95.Rnw +++ b/GAL-Buckle95.Rnw @@ -13,7 +13,6 @@ \usepackage{scrtime} \begin{document} -\SweaveOpts{concordance=TRUE} \title{GAL Buckle 95} \author{François Pelletier} @@ -24,11 +23,11 @@ \section{Chargement des paquets} <<>>= -setwd("~/git/GAL-Buckle95/") +setwd("~/maitrise/GAL-Buckle95/") library(actuar) library(MASS) library(xtable) -library(multicore) +library(parallel) library(moments) library(FourierStuff) library(GeneralizedAsymmetricLaplace) @@ -393,8 +392,8 @@ xtable(pts.estim.ns.rn,caption="Paramètres neutres au risque",digits=4) \subsection{Méthode de Epps} <<>>= - f_putEpps <- function(param,strikeprice,char.fn,eval.time,expiry.time,rate) - putEpps(strikeprice,char.fn,eval.time,expiry.time,rate,param=param) + f_putEpps <- function(param,strikeprice,char.fn,eval.time,expiry.time,rate,...) + putEpps(strikeprice,char.fn,param,eval.time,expiry.time,rate,...) prix_Epps <- as.data.frame(sapply(l.pts.estim.ns.rn,f_putEpps,strike/stock0,cfLM,0,T,rfrate)) @ diff --git a/GAL-Buckle95.pdf b/GAL-Buckle95.pdf index 742df5e..dd00b44 100644 Binary files a/GAL-Buckle95.pdf and b/GAL-Buckle95.pdf differ diff --git a/GAL-Buckle95.tex b/GAL-Buckle95.tex index 5bfbd98..cc3ef0d 100644 --- a/GAL-Buckle95.tex +++ b/GAL-Buckle95.tex @@ -13,7 +13,6 @@ \usepackage{scrtime} \begin{document} -\input{GAL-Buckle95-concordance} \title{GAL Buckle 95} \author{François Pelletier} @@ -25,11 +24,11 @@ \section{Chargement des paquets} \begin{Schunk} \begin{Sinput} -> setwd("~/git/GAL-Buckle95/") +> setwd("~/maitrise/GAL-Buckle95/") > library(actuar) > library(MASS) > library(xtable) -> library(multicore) +> library(parallel) > library(moments) > library(FourierStuff) > library(GeneralizedAsymmetricLaplace) @@ -373,8 +372,8 @@ Test du $\chi^2$, Méthode avec intégration > xtable(do.call(rbind,lapply(l.pts.estim,chisquare.test1,hist(sRET), + cfGAL,"integral")),digits=6) \end{Sinput} -% latex table generated in R 3.0.3 by xtable 1.7-3 package -% Sat Mar 29 12:42:33 2014 +% latex table generated in R 3.1.0 by xtable 1.7-3 package +% Sat May 24 10:56:20 2014 \begin{table}[ht] \centering \begin{tabular}{rrrr} @@ -399,8 +398,8 @@ Test du $\chi^2$, Méthode avec point de selle > xtable(do.call(rbind,lapply(l.pts.estim,chisquare.test1,hist(sRET), + pGAL,"saddlepoint")),digits=6) \end{Sinput} -% latex table generated in R 3.0.3 by xtable 1.7-3 package -% Sat Mar 29 12:42:33 2014 +% latex table generated in R 3.1.0 by xtable 1.7-3 package +% Sat May 24 10:56:20 2014 \begin{table}[ht] \centering \begin{tabular}{rrrr} @@ -425,8 +424,8 @@ Statistique de Kolmogorov-Smirnov > ks.test1 <- function(param,x,y) ks.test(x,y,param) > xtable(do.call(rbind,mclapply(l.pts.estim,ks.test1,sRET,"pGAL")),digits=6) \end{Sinput} -% latex table generated in R 3.0.3 by xtable 1.7-3 package -% Sat Mar 29 12:42:33 2014 +% latex table generated in R 3.1.0 by xtable 1.7-3 package +% Sat May 24 10:56:20 2014 \begin{table}[ht] \centering \begin{tabular}{rrrrrr} @@ -453,8 +452,8 @@ Statistique de distance minimale > xtable(do.call(rbind,mclapply(l.pts.estim, + md.test,sRET,tvariate1,cfGAL,empCF)),digits=6) \end{Sinput} -% latex table generated in R 3.0.3 by xtable 1.7-3 package -% Sat Mar 29 12:42:33 2014 +% latex table generated in R 3.1.0 by xtable 1.7-3 package +% Sat May 24 10:56:20 2014 \begin{table}[ht] \centering \begin{tabular}{rrrr} @@ -550,8 +549,8 @@ Test de Wald + caption="Test de Wald", digits=2) \end{Sinput} \begin{Soutput} -% latex table generated in R 3.0.3 by xtable 1.7-3 package -% Sat Mar 29 12:42:33 2014 +% latex table generated in R 3.1.0 by xtable 1.7-3 package +% Sat May 24 10:56:20 2014 \begin{table}[ht] \centering \begin{tabular}{rrrrrrrrr} @@ -587,8 +586,8 @@ des rendements non réduits. + caption="Paramètres des données non centrées et réduites", + digits=4) \end{Sinput} -% latex table generated in R 3.0.3 by xtable 1.7-3 package -% Sat Mar 29 12:42:33 2014 +% latex table generated in R 3.1.0 by xtable 1.7-3 package +% Sat May 24 10:56:20 2014 \begin{table}[ht] \centering \begin{tabular}{rrrrrrrrr} @@ -642,8 +641,8 @@ des rendements non réduits. \begin{Sinput} > xtable(pts.estim.ns.rn,caption="Paramètres neutres au risque",digits=4) \end{Sinput} -% latex table generated in R 3.0.3 by xtable 1.7-3 package -% Sat Mar 29 12:42:33 2014 +% latex table generated in R 3.1.0 by xtable 1.7-3 package +% Sat May 24 10:56:20 2014 \begin{table}[ht] \centering \begin{tabular}{rrrrrrrrr} @@ -664,8 +663,8 @@ des rendements non réduits. \begin{Schunk} \begin{Sinput} -> f_putEpps <- function(param,strikeprice,char.fn,eval.time,expiry.time,rate) -+ putEpps(strikeprice,char.fn,eval.time,expiry.time,rate,param=param) +> f_putEpps <- function(param,strikeprice,char.fn,eval.time,expiry.time,rate,...) ++ putEpps(strikeprice,char.fn,param,eval.time,expiry.time,rate,...) > prix_Epps <- as.data.frame(sapply(l.pts.estim.ns.rn,f_putEpps,strike/stock0,cfLM,0,T,rfrate)) \end{Sinput} \end{Schunk} @@ -674,8 +673,8 @@ des rendements non réduits. \begin{Sinput} > xtable(prix_Epps,caption="Prix unitaire de l'option de vente, Méthode de Epps",digits=6) \end{Sinput} -% latex table generated in R 3.0.3 by xtable 1.7-3 package -% Sat Mar 29 12:42:33 2014 +% latex table generated in R 3.1.0 by xtable 1.7-3 package +% Sat May 24 10:56:20 2014 \begin{table}[ht] \centering \begin{tabular}{rrrrrrrrr} diff --git a/Rplots.pdf b/Rplots.pdf deleted file mode 100644 index 4aad682..0000000 --- a/Rplots.pdf +++ /dev/null @@ -1,2520 +0,0 @@ -%PDF-1.4 -%ρ\r -1 0 obj -<< -/CreationDate (D:20140329124233) -/ModDate (D:20140329124233) -/Title (R Graphics Output) -/Producer (R 3.0.3) -/Creator (R) ->> -endobj -2 0 obj -<< /Type /Catalog /Pages 3 0 R >> -endobj -7 0 obj -<< /Type /Page /Parent 3 0 R /Contents 8 0 R /Resources 4 0 R >> -endobj -%PDF-1.4 -%ρ\r -1 0 obj -<< -/CreationDate (D:20140329124233) -/ModDate (D:20140329124233) -/Title (R Graphics Output) -/Producer (R 3.0.3) -/Creator (R) ->> -endobj -2 0 obj -<< /Type /Catalog /Pages 3 0 R >> -endobj -7 0 obj -<< /Type /Page /Parent 3 0 R /Contents 8 0 R /Resources 4 0 R >> -endobj -%PDF-1.4 -%ρ\r -1 0 obj -<< -/CreationDate (D:20140329124233) -/ModDate (D:20140329124233) -/Title (R Graphics Output) -/Producer (R 3.0.3) -/Creator (R) ->> -endobj -2 0 obj -<< /Type /Catalog /Pages 3 0 R >> -endobj -7 0 obj -<< /Type /Page /Parent 3 0 R /Contents 8 0 R /Resources 4 0 R >> -endobj -%PDF-1.4 -%ρ\r -1 0 obj -<< -/CreationDate (D:20140329124233) -/ModDate (D:20140329124233) -/Title (R Graphics Output) -/Producer (R 3.0.3) -/Creator (R) ->> -endobj -2 0 obj -<< /Type /Catalog /Pages 3 0 R >> -endobj -7 0 obj -<< /Type /Page /Parent 3 0 R /Contents 8 0 R /Resources 4 0 R >> -endobj -%PDF-1.4 -%ρ\r -1 0 obj -<< -/CreationDate (D:20140329124233) -/ModDate (D:20140329124233) -/Title (R Graphics Output) -/Producer (R 3.0.3) -/Creator (R) ->> -endobj -2 0 obj -<< /Type /Catalog /Pages 3 0 R >> -endobj -7 0 obj -<< /Type /Page /Parent 3 0 R /Contents 8 0 R /Resources 4 0 R >> -endobj -%PDF-1.4 -%ρ\r -1 0 obj -<< -/CreationDate (D:20140329124233) -/ModDate (D:20140329124233) -/Title (R Graphics Output) -/Producer (R 3.0.3) -/Creator (R) ->> -endobj -2 0 obj -<< /Type /Catalog /Pages 3 0 R >> -endobj -7 0 obj -<< /Type /Page /Parent 3 0 R /Contents 8 0 R /Resources 4 0 R >> -endobj -%PDF-1.4 -%ρ\r -1 0 obj -<< -/CreationDate (D:20140329124233) -/ModDate (D:20140329124233) -/Title (R Graphics Output) -/Producer (R 3.0.3) -/Creator (R) ->> -endobj -2 0 obj -<< /Type /Catalog /Pages 3 0 R >> -endobj -7 0 obj -<< /Type /Page /Parent 3 0 R /Contents 8 0 R /Resources 4 0 R >> -endobj -%PDF-1.4 -%ρ\r -1 0 obj -<< -/CreationDate (D:20140329124233) -/ModDate (D:20140329124233) -/Title (R Graphics Output) -/Producer (R 3.0.3) -/Creator (R) ->> -endobj -2 0 obj -<< /Type /Catalog /Pages 3 0 R >> -endobj -7 0 obj -<< /Type /Page /Parent 3 0 R /Contents 8 0 R /Resources 4 0 R >> -endobj -%PDF-1.4 -%ρ\r -1 0 obj -<< -/CreationDate (D:20140329124233) -/ModDate (D:20140329124233) -/Title (R Graphics Output) -/Producer (R 3.0.3) -/Creator (R) ->> -endobj -2 0 obj -<< /Type /Catalog /Pages 3 0 R >> -endobj -7 0 obj -<< /Type /Page /Parent 3 0 R /Contents 8 0 R /Resources 4 0 R >> -endobj -%PDF-1.4 -%ρ\r -1 0 obj -<< -/CreationDate (D:20140329124233) -/ModDate (D:20140329124233) -/Title (R Graphics Output) -/Producer (R 3.0.3) -/Creator (R) ->> -endobj -2 0 obj -<< /Type /Catalog /Pages 3 0 R >> -endobj -7 0 obj -<< /Type /Page /Parent 3 0 R /Contents 8 0 R /Resources 4 0 R >> -endobj -%PDF-1.4 -%ρ\r -1 0 obj -<< -/CreationDate (D:20140329124233) -/ModDate (D:20140329124233) -/Title (R Graphics Output) -/Producer (R 3.0.3) -/Creator (R) ->> -endobj -2 0 obj -<< /Type /Catalog /Pages 3 0 R >> -endobj -7 0 obj -<< /Type /Page /Parent 3 0 R /Contents 8 0 R /Resources 4 0 R >> -endobj -%PDF-1.4 -%ρ\r -1 0 obj -<< -/CreationDate (D:20140329124233) -/ModDate (D:20140329124233) -/Title (R Graphics Output) -/Producer (R 3.0.3) -/Creator (R) ->> -endobj -2 0 obj -<< /Type /Catalog /Pages 3 0 R >> -endobj -7 0 obj -<< /Type /Page /Parent 3 0 R /Contents 8 0 R /Resources 4 0 R >> -endobj -%PDF-1.4 -%ρ\r -1 0 obj -<< -/CreationDate (D:20140329124233) -/ModDate (D:20140329124233) -/Title (R Graphics Output) -/Producer (R 3.0.3) -/Creator (R) ->> -endobj -2 0 obj -<< /Type /Catalog /Pages 3 0 R >> -endobj -7 0 obj -<< /Type /Page /Parent 3 0 R /Contents 8 0 R /Resources 4 0 R >> -endobj -%PDF-1.4 -%ρ\r -1 0 obj -<< -/CreationDate (D:20140329124233) -/ModDate (D:20140329124233) -/Title (R Graphics Output) -/Producer (R 3.0.3) -/Creator (R) ->> -endobj -2 0 obj -<< /Type /Catalog /Pages 3 0 R >> -endobj -7 0 obj -<< /Type /Page /Parent 3 0 R /Contents 8 0 R /Resources 4 0 R >> -endobj -%PDF-1.4 -%ρ\r -1 0 obj -<< -/CreationDate (D:20140329124233) -/ModDate (D:20140329124233) -/Title (R Graphics Output) -/Producer (R 3.0.3) -/Creator (R) ->> -endobj -2 0 obj -<< /Type /Catalog /Pages 3 0 R >> -endobj -7 0 obj -<< /Type /Page /Parent 3 0 R /Contents 8 0 R /Resources 4 0 R >> -endobj -%PDF-1.4 -%ρ\r -1 0 obj -<< -/CreationDate (D:20140329124233) -/ModDate (D:20140329124233) -/Title (R Graphics Output) -/Producer (R 3.0.3) -/Creator (R) ->> -endobj -2 0 obj -<< /Type /Catalog /Pages 3 0 R >> -endobj -7 0 obj -<< /Type /Page /Parent 3 0 R /Contents 8 0 R /Resources 4 0 R >> -endobj -%PDF-1.4 -%ρ\r -1 0 obj -<< -/CreationDate (D:20140329124233) -/ModDate (D:20140329124233) -/Title (R Graphics Output) -/Producer (R 3.0.3) -/Creator (R) ->> -endobj -2 0 obj -<< /Type /Catalog /Pages 3 0 R >> -endobj -7 0 obj -<< /Type /Page /Parent 3 0 R /Contents 8 0 R /Resources 4 0 R >> -endobj -%PDF-1.4 -%ρ\r -1 0 obj -<< -/CreationDate (D:20140329124233) -/ModDate (D:20140329124233) -/Title (R Graphics Output) -/Producer (R 3.0.3) -/Creator (R) ->> -endobj -2 0 obj -<< /Type /Catalog /Pages 3 0 R >> -endobj -7 0 obj -<< /Type /Page /Parent 3 0 R /Contents 8 0 R /Resources 4 0 R >> -endobj -%PDF-1.4 -%ρ\r -1 0 obj -<< -/CreationDate (D:20140329124233) -/ModDate (D:20140329124233) -/Title (R Graphics Output) -/Producer (R 3.0.3) -/Creator (R) ->> -endobj -2 0 obj -<< /Type /Catalog /Pages 3 0 R >> -endobj -7 0 obj -<< /Type /Page /Parent 3 0 R /Contents 8 0 R /Resources 4 0 R >> -endobj -%PDF-1.4 -%ρ\r -1 0 obj -<< -/CreationDate (D:20140329124233) -/ModDate (D:20140329124233) -/Title (R Graphics Output) -/Producer (R 3.0.3) -/Creator (R) ->> -endobj -2 0 obj -<< /Type /Catalog /Pages 3 0 R >> -endobj -7 0 obj -<< /Type /Page /Parent 3 0 R /Contents 8 0 R /Resources 4 0 R >> -endobj -%PDF-1.4 -%ρ\r -1 0 obj -<< -/CreationDate (D:20140329124233) -/ModDate (D:20140329124233) -/Title (R Graphics Output) -/Producer (R 3.0.3) -/Creator (R) ->> -endobj -2 0 obj -<< /Type /Catalog /Pages 3 0 R >> -endobj -7 0 obj -<< /Type /Page /Parent 3 0 R /Contents 8 0 R /Resources 4 0 R >> -endobj -%PDF-1.4 -%ρ\r -1 0 obj -<< -/CreationDate (D:20140329124233) -/ModDate (D:20140329124233) -/Title (R Graphics Output) -/Producer (R 3.0.3) -/Creator (R) ->> -endobj -2 0 obj -<< /Type /Catalog /Pages 3 0 R >> -endobj -7 0 obj -<< /Type /Page /Parent 3 0 R /Contents 8 0 R /Resources 4 0 R >> -endobj -%PDF-1.4 -%ρ\r -1 0 obj -<< -/CreationDate (D:20140329124233) -/ModDate (D:20140329124233) -/Title (R Graphics Output) -/Producer (R 3.0.3) -/Creator (R) ->> -endobj -2 0 obj -<< /Type /Catalog /Pages 3 0 R >> -endobj -7 0 obj -<< /Type /Page /Parent 3 0 R /Contents 8 0 R /Resources 4 0 R >> -endobj -%PDF-1.4 -%ρ\r -1 0 obj -<< -/CreationDate (D:20140329124233) -/ModDate (D:20140329124233) -/Title (R Graphics Output) -/Producer (R 3.0.3) -/Creator (R) ->> -endobj -2 0 obj -<< /Type /Catalog /Pages 3 0 R >> -endobj -7 0 obj -<< /Type /Page /Parent 3 0 R /Contents 8 0 R /Resources 4 0 R >> -endobj -%PDF-1.4 -%ρ\r -1 0 obj -<< -/CreationDate (D:20140329124233) -/ModDate (D:20140329124233) -/Title (R Graphics Output) -/Producer (R 3.0.3) -/Creator (R) ->> -endobj -2 0 obj -<< /Type /Catalog /Pages 3 0 R >> -endobj -7 0 obj -<< /Type /Page /Parent 3 0 R /Contents 8 0 R /Resources 4 0 R >> -endobj -%PDF-1.4 -%ρ\r -1 0 obj -<< -/CreationDate (D:20140329124233) -/ModDate (D:20140329124233) -/Title (R Graphics Output) -/Producer (R 3.0.3) -/Creator (R) ->> -endobj -2 0 obj -<< /Type /Catalog /Pages 3 0 R >> -endobj -7 0 obj -<< /Type /Page /Parent 3 0 R /Contents 8 0 R /Resources 4 0 R >> -endobj -%PDF-1.4 -%ρ\r -1 0 obj -<< -/CreationDate (D:20140329124233) -/ModDate (D:20140329124233) -/Title (R Graphics Output) -/Producer (R 3.0.3) -/Creator (R) ->> -endobj -2 0 obj -<< /Type /Catalog /Pages 3 0 R >> -endobj -7 0 obj -<< /Type /Page /Parent 3 0 R /Contents 8 0 R /Resources 4 0 R >> -endobj -%PDF-1.4 -%ρ\r -1 0 obj -<< -/CreationDate (D:20140329124233) -/ModDate (D:20140329124233) -/Title (R Graphics Output) -/Producer (R 3.0.3) -/Creator (R) ->> -endobj -2 0 obj -<< /Type /Catalog /Pages 3 0 R >> -endobj -7 0 obj -<< /Type /Page /Parent 3 0 R /Contents 8 0 R /Resources 4 0 R >> -endobj -%PDF-1.4 -%ρ\r -1 0 obj -<< -/CreationDate (D:20140329124233) -/ModDate (D:20140329124233) -/Title (R Graphics Output) -/Producer (R 3.0.3) -/Creator (R) ->> -endobj -2 0 obj -<< /Type /Catalog /Pages 3 0 R >> -endobj -7 0 obj -<< /Type /Page /Parent 3 0 R /Contents 8 0 R /Resources 4 0 R >> -endobj -%PDF-1.4 -%ρ\r -1 0 obj -<< -/CreationDate (D:20140329124233) -/ModDate (D:20140329124233) -/Title (R Graphics Output) -/Producer (R 3.0.3) -/Creator (R) ->> -endobj -2 0 obj -<< /Type /Catalog /Pages 3 0 R >> -endobj -7 0 obj -<< /Type /Page /Parent 3 0 R /Contents 8 0 R /Resources 4 0 R >> -endobj -%PDF-1.4 -%ρ\r -1 0 obj -<< -/CreationDate (D:20140329124233) -/ModDate (D:20140329124233) -/Title (R Graphics Output) -/Producer (R 3.0.3) -/Creator (R) ->> -endobj -2 0 obj -<< /Type /Catalog /Pages 3 0 R >> -endobj -7 0 obj -<< /Type /Page /Parent 3 0 R /Contents 8 0 R /Resources 4 0 R >> -endobj -%PDF-1.4 -%ρ\r -1 0 obj -<< -/CreationDate (D:20140329124233) -/ModDate (D:20140329124233) -/Title (R Graphics Output) -/Producer (R 3.0.3) -/Creator (R) ->> -endobj -2 0 obj -<< /Type /Catalog /Pages 3 0 R >> -endobj -7 0 obj -<< /Type /Page /Parent 3 0 R /Contents 8 0 R /Resources 4 0 R >> -endobj -%PDF-1.4 -%ρ\r -1 0 obj -<< -/CreationDate (D:20140329124233) -/ModDate (D:20140329124233) -/Title (R Graphics Output) -/Producer (R 3.0.3) -/Creator (R) ->> -endobj -2 0 obj -<< /Type /Catalog /Pages 3 0 R >> -endobj -7 0 obj -<< /Type /Page /Parent 3 0 R /Contents 8 0 R /Resources 4 0 R >> -endobj -%PDF-1.4 -%ρ\r -1 0 obj -<< -/CreationDate (D:20140329124233) -/ModDate (D:20140329124233) -/Title (R Graphics Output) -/Producer (R 3.0.3) -/Creator (R) ->> -endobj -2 0 obj -<< /Type /Catalog /Pages 3 0 R >> -endobj -7 0 obj -<< /Type /Page /Parent 3 0 R /Contents 8 0 R /Resources 4 0 R >> -endobj -%PDF-1.4 -%ρ\r -1 0 obj -<< -/CreationDate (D:20140329124233) -/ModDate (D:20140329124233) -/Title (R Graphics Output) -/Producer (R 3.0.3) -/Creator (R) ->> -endobj -2 0 obj -<< /Type /Catalog /Pages 3 0 R >> -endobj -7 0 obj -<< /Type /Page /Parent 3 0 R /Contents 8 0 R /Resources 4 0 R >> -endobj -%PDF-1.4 -%ρ\r -1 0 obj -<< -/CreationDate (D:20140329124233) -/ModDate (D:20140329124233) -/Title (R Graphics Output) -/Producer (R 3.0.3) -/Creator (R) ->> -endobj -2 0 obj -<< /Type /Catalog /Pages 3 0 R >> -endobj -7 0 obj -<< /Type /Page /Parent 3 0 R /Contents 8 0 R /Resources 4 0 R >> -endobj -%PDF-1.4 -%ρ\r -1 0 obj -<< -/CreationDate (D:20140329124233) -/ModDate (D:20140329124233) -/Title (R Graphics Output) -/Producer (R 3.0.3) -/Creator (R) ->> -endobj -2 0 obj -<< /Type /Catalog /Pages 3 0 R >> -endobj -7 0 obj -<< /Type /Page /Parent 3 0 R /Contents 8 0 R /Resources 4 0 R >> -endobj -%PDF-1.4 -%ρ\r -1 0 obj -<< -/CreationDate (D:20140329124233) -/ModDate (D:20140329124233) -/Title (R Graphics Output) -/Producer (R 3.0.3) -/Creator (R) ->> -endobj -2 0 obj -<< /Type /Catalog /Pages 3 0 R >> -endobj -7 0 obj -<< /Type /Page /Parent 3 0 R /Contents 8 0 R /Resources 4 0 R >> -endobj -%PDF-1.4 -%ρ\r -1 0 obj -<< -/CreationDate (D:20140329124233) -/ModDate (D:20140329124233) -/Title (R Graphics Output) -/Producer (R 3.0.3) -/Creator (R) ->> -endobj -2 0 obj -<< /Type /Catalog /Pages 3 0 R >> -endobj -7 0 obj -<< /Type /Page /Parent 3 0 R /Contents 8 0 R /Resources 4 0 R >> -endobj -%PDF-1.4 -%ρ\r -1 0 obj -<< -/CreationDate (D:20140329124233) -/ModDate (D:20140329124233) -/Title (R Graphics Output) -/Producer (R 3.0.3) -/Creator (R) ->> -endobj -2 0 obj -<< /Type /Catalog /Pages 3 0 R >> -endobj -7 0 obj -<< /Type /Page /Parent 3 0 R /Contents 8 0 R /Resources 4 0 R >> -endobj -%PDF-1.4 -%ρ\r -1 0 obj -<< -/CreationDate (D:20140329124233) -/ModDate (D:20140329124233) -/Title (R Graphics Output) -/Producer (R 3.0.3) -/Creator (R) ->> -endobj -2 0 obj -<< /Type /Catalog /Pages 3 0 R >> -endobj -7 0 obj -<< /Type /Page /Parent 3 0 R /Contents 8 0 R /Resources 4 0 R >> -endobj -%PDF-1.4 -%ρ\r -1 0 obj -<< -/CreationDate (D:20140329124233) -/ModDate (D:20140329124233) -/Title (R Graphics Output) -/Producer (R 3.0.3) -/Creator (R) ->> -endobj -2 0 obj -<< /Type /Catalog /Pages 3 0 R >> -endobj -7 0 obj -<< /Type /Page /Parent 3 0 R /Contents 8 0 R /Resources 4 0 R >> -endobj -%PDF-1.4 -%ρ\r -1 0 obj -<< -/CreationDate (D:20140329124233) -/ModDate (D:20140329124233) -/Title (R Graphics Output) -/Producer (R 3.0.3) -/Creator (R) ->> -endobj -2 0 obj -<< /Type /Catalog /Pages 3 0 R >> -endobj -7 0 obj -<< /Type /Page /Parent 3 0 R /Contents 8 0 R /Resources 4 0 R >> -endobj -%PDF-1.4 -%ρ\r -1 0 obj -<< -/CreationDate (D:20140329124233) -/ModDate (D:20140329124233) -/Title (R Graphics Output) -/Producer (R 3.0.3) -/Creator (R) ->> -endobj -2 0 obj -<< /Type /Catalog /Pages 3 0 R >> -endobj -7 0 obj -<< /Type /Page /Parent 3 0 R /Contents 8 0 R /Resources 4 0 R >> -endobj -%PDF-1.4 -%ρ\r -1 0 obj -<< -/CreationDate (D:20140329124233) -/ModDate (D:20140329124233) -/Title (R Graphics Output) -/Producer (R 3.0.3) -/Creator (R) ->> -endobj -2 0 obj -<< /Type /Catalog /Pages 3 0 R >> -endobj -7 0 obj -<< /Type /Page /Parent 3 0 R /Contents 8 0 R /Resources 4 0 R >> -endobj -8 0 obj -<< -/Length 1079 /Filter /FlateDecode ->> -stream -xoDsC][5J q@!ED$UǻMV]aأyRxR voߋǷ߼׏&6M2ջj\2׹)vcm _}}.߾:\^]``:)֩bc}}l3؅\8t_}dy//?˗Ow6Є_v)~t]_OؗXk p$yNScNRnƔ|.855/uxʗr1ۺn.7vկnmt'k63>~ۜض]47gMyKmci7g,6Mi{ƛmgvM .iUM~Ǔ8Xij~Qx)<1/&ѭ\yϧ|)|ycy/8j}r<>>ۛکj{vsL|FO8o4ϝϟK3wzCS'r&J&|ނmTb.O6.|8oR$lM{9q?2r0or,w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|7:endstream -endobj -9 0 obj -<< /Type /Page /Parent 3 0 R /Contents 10 0 R /Resources 4 0 R >> -endobj -%PDF-1.4 -%ρ\r -1 0 obj -<< -/CreationDate (D:20140329124233) -/ModDate (D:20140329124233) -/Title (R Graphics Output) -/Producer (R 3.0.3) -/Creator (R) ->> -endobj -2 0 obj -<< /Type /Catalog /Pages 3 0 R >> -endobj -7 0 obj -<< /Type /Page /Parent 3 0 R /Contents 8 0 R /Resources 4 0 R >> -endobj -8 0 obj -<< -/Length 1079 /Filter /FlateDecode ->> -stream -xoDsC][5J q@!ED$UǻMV]aأyRxR voߋǷ߼׏&6M2ջj\2׹)vcm _}}.߾:\^]``:)֩bc}}l3؅\8t_}dy//?˗Ow6Є_v)~t]_OؗXk p$yNScNRnƔ|.855/uxʗr1ۺn.7vկnmt'k63>~ۜض]47gMyKmci7g,6Mi{ƛmgvM .iUM~Ǔ8Xij~Qx)<1/&ѭ\yϧ|)|ycy/8j}r<>>ۛکj{vsL|FO8o4ϝϟK3wzCS'r&J&|ނmTb.O6.|8oR$lM{9q?2r0or,w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|7:endstream -endobj -9 0 obj -<< /Type /Page /Parent 3 0 R /Contents 10 0 R /Resources 4 0 R >> -endobj -%PDF-1.4 -%ρ\r -1 0 obj -<< -/CreationDate (D:20140329124233) -/ModDate (D:20140329124233) -/Title (R Graphics Output) -/Producer (R 3.0.3) -/Creator (R) ->> -endobj -2 0 obj -<< /Type /Catalog /Pages 3 0 R >> -endobj -7 0 obj -<< /Type /Page /Parent 3 0 R /Contents 8 0 R /Resources 4 0 R >> -endobj -8 0 obj -<< -/Length 1079 /Filter /FlateDecode ->> -stream -xoDsC][5J q@!ED$UǻMV]aأyRxR voߋǷ߼׏&6M2ջj\2׹)vcm _}}.߾:\^]``:)֩bc}}l3؅\8t_}dy//?˗Ow6Є_v)~t]_OؗXk p$yNScNRnƔ|.855/uxʗr1ۺn.7vկnmt'k63>~ۜض]47gMyKmci7g,6Mi{ƛmgvM .iUM~Ǔ8Xij~Qx)<1/&ѭ\yϧ|)|ycy/8j}r<>>ۛکj{vsL|FO8o4ϝϟK3wzCS'r&J&|ނmTb.O6.|8oR$lM{9q?2r0or,w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|7:endstream -endobj -9 0 obj -<< /Type /Page /Parent 3 0 R /Contents 10 0 R /Resources 4 0 R >> -endobj -%PDF-1.4 -%ρ\r -1 0 obj -<< -/CreationDate (D:20140329124233) -/ModDate (D:20140329124233) -/Title (R Graphics Output) -/Producer (R 3.0.3) -/Creator (R) ->> -endobj -2 0 obj -<< /Type /Catalog /Pages 3 0 R >> -endobj -7 0 obj -<< /Type /Page /Parent 3 0 R /Contents 8 0 R /Resources 4 0 R >> -endobj -8 0 obj -<< -/Length 1079 /Filter /FlateDecode ->> -stream -xoDsC][5J q@!ED$UǻMV]aأyRxR voߋǷ߼׏&6M2ջj\2׹)vcm _}}.߾:\^]``:)֩bc}}l3؅\8t_}dy//?˗Ow6Є_v)~t]_OؗXk p$yNScNRnƔ|.855/uxʗr1ۺn.7vկnmt'k63>~ۜض]47gMyKmci7g,6Mi{ƛmgvM .iUM~Ǔ8Xij~Qx)<1/&ѭ\yϧ|)|ycy/8j}r<>>ۛکj{vsL|FO8o4ϝϟK3wzCS'r&J&|ނmTb.O6.|8oR$lM{9q?2r0or,w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|7:endstream -endobj -9 0 obj -<< /Type /Page /Parent 3 0 R /Contents 10 0 R /Resources 4 0 R >> -endobj -%PDF-1.4 -%ρ\r -1 0 obj -<< -/CreationDate (D:20140329124233) -/ModDate (D:20140329124233) -/Title (R Graphics Output) -/Producer (R 3.0.3) -/Creator (R) ->> -endobj -2 0 obj -<< /Type /Catalog /Pages 3 0 R >> -endobj -7 0 obj -<< /Type /Page /Parent 3 0 R /Contents 8 0 R /Resources 4 0 R >> -endobj -8 0 obj -<< -/Length 1079 /Filter /FlateDecode ->> -stream -xoDsC][5J q@!ED$UǻMV]aأyRxR voߋǷ߼׏&6M2ջj\2׹)vcm _}}.߾:\^]``:)֩bc}}l3؅\8t_}dy//?˗Ow6Є_v)~t]_OؗXk p$yNScNRnƔ|.855/uxʗr1ۺn.7vկnmt'k63>~ۜض]47gMyKmci7g,6Mi{ƛmgvM .iUM~Ǔ8Xij~Qx)<1/&ѭ\yϧ|)|ycy/8j}r<>>ۛکj{vsL|FO8o4ϝϟK3wzCS'r&J&|ނmTb.O6.|8oR$lM{9q?2r0or,w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|7:endstream -endobj -9 0 obj -<< /Type /Page /Parent 3 0 R /Contents 10 0 R /Resources 4 0 R >> -endobj -%PDF-1.4 -%ρ\r -1 0 obj -<< -/CreationDate (D:20140329124233) -/ModDate (D:20140329124233) -/Title (R Graphics Output) -/Producer (R 3.0.3) -/Creator (R) ->> -endobj -2 0 obj -<< /Type /Catalog /Pages 3 0 R >> -endobj -7 0 obj -<< /Type /Page /Parent 3 0 R /Contents 8 0 R /Resources 4 0 R >> -endobj -8 0 obj -<< -/Length 1079 /Filter /FlateDecode ->> -stream -xoDsC][5J q@!ED$UǻMV]aأyRxR voߋǷ߼׏&6M2ջj\2׹)vcm _}}.߾:\^]``:)֩bc}}l3؅\8t_}dy//?˗Ow6Є_v)~t]_OؗXk p$yNScNRnƔ|.855/uxʗr1ۺn.7vկnmt'k63>~ۜض]47gMyKmci7g,6Mi{ƛmgvM .iUM~Ǔ8Xij~Qx)<1/&ѭ\yϧ|)|ycy/8j}r<>>ۛکj{vsL|FO8o4ϝϟK3wzCS'r&J&|ނmTb.O6.|8oR$lM{9q?2r0or,w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|7:endstream -endobj -9 0 obj -<< /Type /Page /Parent 3 0 R /Contents 10 0 R /Resources 4 0 R >> -endobj -%PDF-1.4 -%ρ\r -1 0 obj -<< -/CreationDate (D:20140329124233) -/ModDate (D:20140329124233) -/Title (R Graphics Output) -/Producer (R 3.0.3) -/Creator (R) ->> -endobj -2 0 obj -<< /Type /Catalog /Pages 3 0 R >> -endobj -7 0 obj -<< /Type /Page /Parent 3 0 R /Contents 8 0 R /Resources 4 0 R >> -endobj -8 0 obj -<< -/Length 1079 /Filter /FlateDecode ->> -stream -xoDsC][5J q@!ED$UǻMV]aأyRxR voߋǷ߼׏&6M2ջj\2׹)vcm _}}.߾:\^]``:)֩bc}}l3؅\8t_}dy//?˗Ow6Є_v)~t]_OؗXk p$yNScNRnƔ|.855/uxʗr1ۺn.7vկnmt'k63>~ۜض]47gMyKmci7g,6Mi{ƛmgvM .iUM~Ǔ8Xij~Qx)<1/&ѭ\yϧ|)|ycy/8j}r<>>ۛکj{vsL|FO8o4ϝϟK3wzCS'r&J&|ނmTb.O6.|8oR$lM{9q?2r0or,w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|7:endstream -endobj -9 0 obj -<< /Type /Page /Parent 3 0 R /Contents 10 0 R /Resources 4 0 R >> -endobj -%PDF-1.4 -%ρ\r -1 0 obj -<< -/CreationDate (D:20140329124233) -/ModDate (D:20140329124233) -/Title (R Graphics Output) -/Producer (R 3.0.3) -/Creator (R) ->> -endobj -2 0 obj -<< /Type /Catalog /Pages 3 0 R >> -endobj -7 0 obj -<< /Type /Page /Parent 3 0 R /Contents 8 0 R /Resources 4 0 R >> -endobj -8 0 obj -<< -/Length 1079 /Filter /FlateDecode ->> -stream -xoDsC][5J q@!ED$UǻMV]aأyRxR voߋǷ߼׏&6M2ջj\2׹)vcm _}}.߾:\^]``:)֩bc}}l3؅\8t_}dy//?˗Ow6Є_v)~t]_OؗXk p$yNScNRnƔ|.855/uxʗr1ۺn.7vկnmt'k63>~ۜض]47gMyKmci7g,6Mi{ƛmgvM .iUM~Ǔ8Xij~Qx)<1/&ѭ\yϧ|)|ycy/8j}r<>>ۛکj{vsL|FO8o4ϝϟK3wzCS'r&J&|ނmTb.O6.|8oR$lM{9q?2r0or,w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|7:endstream -endobj -9 0 obj -<< /Type /Page /Parent 3 0 R /Contents 10 0 R /Resources 4 0 R >> -endobj -%PDF-1.4 -%ρ\r -1 0 obj -<< -/CreationDate (D:20140329124233) -/ModDate (D:20140329124233) -/Title (R Graphics Output) -/Producer (R 3.0.3) -/Creator (R) ->> -endobj -2 0 obj -<< /Type /Catalog /Pages 3 0 R >> -endobj -7 0 obj -<< /Type /Page /Parent 3 0 R /Contents 8 0 R /Resources 4 0 R >> -endobj -8 0 obj -<< -/Length 1079 /Filter /FlateDecode ->> -stream -xoDsC][5J q@!ED$UǻMV]aأyRxR voߋǷ߼׏&6M2ջj\2׹)vcm _}}.߾:\^]``:)֩bc}}l3؅\8t_}dy//?˗Ow6Є_v)~t]_OؗXk p$yNScNRnƔ|.855/uxʗr1ۺn.7vկnmt'k63>~ۜض]47gMyKmci7g,6Mi{ƛmgvM .iUM~Ǔ8Xij~Qx)<1/&ѭ\yϧ|)|ycy/8j}r<>>ۛکj{vsL|FO8o4ϝϟK3wzCS'r&J&|ނmTb.O6.|8oR$lM{9q?2r0or,w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|7:endstream -endobj -9 0 obj -<< /Type /Page /Parent 3 0 R /Contents 10 0 R /Resources 4 0 R >> -endobj -%PDF-1.4 -%ρ\r -1 0 obj -<< -/CreationDate (D:20140329124233) -/ModDate (D:20140329124233) -/Title (R Graphics Output) -/Producer (R 3.0.3) -/Creator (R) ->> -endobj -2 0 obj -<< /Type /Catalog /Pages 3 0 R >> -endobj -7 0 obj -<< /Type /Page /Parent 3 0 R /Contents 8 0 R /Resources 4 0 R >> -endobj -8 0 obj -<< -/Length 1079 /Filter /FlateDecode ->> -stream -xoDsC][5J q@!ED$UǻMV]aأyRxR voߋǷ߼׏&6M2ջj\2׹)vcm _}}.߾:\^]``:)֩bc}}l3؅\8t_}dy//?˗Ow6Є_v)~t]_OؗXk p$yNScNRnƔ|.855/uxʗr1ۺn.7vկnmt'k63>~ۜض]47gMyKmci7g,6Mi{ƛmgvM .iUM~Ǔ8Xij~Qx)<1/&ѭ\yϧ|)|ycy/8j}r<>>ۛکj{vsL|FO8o4ϝϟK3wzCS'r&J&|ނmTb.O6.|8oR$lM{9q?2r0or,w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|7:endstream -endobj -9 0 obj -<< /Type /Page /Parent 3 0 R /Contents 10 0 R /Resources 4 0 R >> -endobj -%PDF-1.4 -%ρ\r -1 0 obj -<< -/CreationDate (D:20140329124233) -/ModDate (D:20140329124233) -/Title (R Graphics Output) -/Producer (R 3.0.3) -/Creator (R) ->> -endobj -2 0 obj -<< /Type /Catalog /Pages 3 0 R >> -endobj -7 0 obj -<< /Type /Page /Parent 3 0 R /Contents 8 0 R /Resources 4 0 R >> -endobj -8 0 obj -<< -/Length 1079 /Filter /FlateDecode ->> -stream -xoDsC][5J q@!ED$UǻMV]aأyRxR voߋǷ߼׏&6M2ջj\2׹)vcm _}}.߾:\^]``:)֩bc}}l3؅\8t_}dy//?˗Ow6Є_v)~t]_OؗXk p$yNScNRnƔ|.855/uxʗr1ۺn.7vկnmt'k63>~ۜض]47gMyKmci7g,6Mi{ƛmgvM .iUM~Ǔ8Xij~Qx)<1/&ѭ\yϧ|)|ycy/8j}r<>>ۛکj{vsL|FO8o4ϝϟK3wzCS'r&J&|ނmTb.O6.|8oR$lM{9q?2r0or,w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|7:endstream -endobj -9 0 obj -<< /Type /Page /Parent 3 0 R /Contents 10 0 R /Resources 4 0 R >> -endobj -%PDF-1.4 -%ρ\r -1 0 obj -<< -/CreationDate (D:20140329124233) -/ModDate (D:20140329124233) -/Title (R Graphics Output) -/Producer (R 3.0.3) -/Creator (R) ->> -endobj -2 0 obj -<< /Type /Catalog /Pages 3 0 R >> -endobj -7 0 obj -<< /Type /Page /Parent 3 0 R /Contents 8 0 R /Resources 4 0 R >> -endobj -8 0 obj -<< -/Length 1079 /Filter /FlateDecode ->> -stream -xoDsC][5J q@!ED$UǻMV]aأyRxR voߋǷ߼׏&6M2ջj\2׹)vcm _}}.߾:\^]``:)֩bc}}l3؅\8t_}dy//?˗Ow6Є_v)~t]_OؗXk p$yNScNRnƔ|.855/uxʗr1ۺn.7vկnmt'k63>~ۜض]47gMyKmci7g,6Mi{ƛmgvM .iUM~Ǔ8Xij~Qx)<1/&ѭ\yϧ|)|ycy/8j}r<>>ۛکj{vsL|FO8o4ϝϟK3wzCS'r&J&|ނmTb.O6.|8oR$lM{9q?2r0or,w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|7:endstream -endobj -9 0 obj -<< /Type /Page /Parent 3 0 R /Contents 10 0 R /Resources 4 0 R >> -endobj -%PDF-1.4 -%ρ\r -1 0 obj -<< -/CreationDate (D:20140329124233) -/ModDate (D:20140329124233) -/Title (R Graphics Output) -/Producer (R 3.0.3) -/Creator (R) ->> -endobj -2 0 obj -<< /Type /Catalog /Pages 3 0 R >> -endobj -7 0 obj -<< /Type /Page /Parent 3 0 R /Contents 8 0 R /Resources 4 0 R >> -endobj -8 0 obj -<< -/Length 1079 /Filter /FlateDecode ->> -stream -xoDsC][5J q@!ED$UǻMV]aأyRxR voߋǷ߼׏&6M2ջj\2׹)vcm _}}.߾:\^]``:)֩bc}}l3؅\8t_}dy//?˗Ow6Є_v)~t]_OؗXk p$yNScNRnƔ|.855/uxʗr1ۺn.7vկnmt'k63>~ۜض]47gMyKmci7g,6Mi{ƛmgvM .iUM~Ǔ8Xij~Qx)<1/&ѭ\yϧ|)|ycy/8j}r<>>ۛکj{vsL|FO8o4ϝϟK3wzCS'r&J&|ނmTb.O6.|8oR$lM{9q?2r0or,w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|7:endstream -endobj -9 0 obj -<< /Type /Page /Parent 3 0 R /Contents 10 0 R /Resources 4 0 R >> -endobj -%PDF-1.4 -%ρ\r -1 0 obj -<< -/CreationDate (D:20140329124233) -/ModDate (D:20140329124233) -/Title (R Graphics Output) -/Producer (R 3.0.3) -/Creator (R) ->> -endobj -2 0 obj -<< /Type /Catalog /Pages 3 0 R >> -endobj -7 0 obj -<< /Type /Page /Parent 3 0 R /Contents 8 0 R /Resources 4 0 R >> -endobj -8 0 obj -<< -/Length 1079 /Filter /FlateDecode ->> -stream -xoDsC][5J q@!ED$UǻMV]aأyRxR voߋǷ߼׏&6M2ջj\2׹)vcm _}}.߾:\^]``:)֩bc}}l3؅\8t_}dy//?˗Ow6Є_v)~t]_OؗXk p$yNScNRnƔ|.855/uxʗr1ۺn.7vկnmt'k63>~ۜض]47gMyKmci7g,6Mi{ƛmgvM .iUM~Ǔ8Xij~Qx)<1/&ѭ\yϧ|)|ycy/8j}r<>>ۛکj{vsL|FO8o4ϝϟK3wzCS'r&J&|ނmTb.O6.|8oR$lM{9q?2r0or,w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|7:endstream -endobj -9 0 obj -<< /Type /Page /Parent 3 0 R /Contents 10 0 R /Resources 4 0 R >> -endobj -%PDF-1.4 -%ρ\r -1 0 obj -<< -/CreationDate (D:20140329124233) -/ModDate (D:20140329124233) -/Title (R Graphics Output) -/Producer (R 3.0.3) -/Creator (R) ->> -endobj -2 0 obj -<< /Type /Catalog /Pages 3 0 R >> -endobj -7 0 obj -<< /Type /Page /Parent 3 0 R /Contents 8 0 R /Resources 4 0 R >> -endobj -8 0 obj -<< -/Length 1079 /Filter /FlateDecode ->> -stream -xoDsC][5J q@!ED$UǻMV]aأyRxR voߋǷ߼׏&6M2ջj\2׹)vcm _}}.߾:\^]``:)֩bc}}l3؅\8t_}dy//?˗Ow6Є_v)~t]_OؗXk p$yNScNRnƔ|.855/uxʗr1ۺn.7vկnmt'k63>~ۜض]47gMyKmci7g,6Mi{ƛmgvM .iUM~Ǔ8Xij~Qx)<1/&ѭ\yϧ|)|ycy/8j}r<>>ۛکj{vsL|FO8o4ϝϟK3wzCS'r&J&|ނmTb.O6.|8oR$lM{9q?2r0or,w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|7:endstream -endobj -9 0 obj -<< /Type /Page /Parent 3 0 R /Contents 10 0 R /Resources 4 0 R >> -endobj -%PDF-1.4 -%ρ\r -1 0 obj -<< -/CreationDate (D:20140329124233) -/ModDate (D:20140329124233) -/Title (R Graphics Output) -/Producer (R 3.0.3) -/Creator (R) ->> -endobj -2 0 obj -<< /Type /Catalog /Pages 3 0 R >> -endobj -7 0 obj -<< /Type /Page /Parent 3 0 R /Contents 8 0 R /Resources 4 0 R >> -endobj -8 0 obj -<< -/Length 1079 /Filter /FlateDecode ->> -stream -xoDsC][5J q@!ED$UǻMV]aأyRxR voߋǷ߼׏&6M2ջj\2׹)vcm _}}.߾:\^]``:)֩bc}}l3؅\8t_}dy//?˗Ow6Є_v)~t]_OؗXk p$yNScNRnƔ|.855/uxʗr1ۺn.7vկnmt'k63>~ۜض]47gMyKmci7g,6Mi{ƛmgvM .iUM~Ǔ8Xij~Qx)<1/&ѭ\yϧ|)|ycy/8j}r<>>ۛکj{vsL|FO8o4ϝϟK3wzCS'r&J&|ނmTb.O6.|8oR$lM{9q?2r0or,w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|7:endstream -endobj -9 0 obj -<< /Type /Page /Parent 3 0 R /Contents 10 0 R /Resources 4 0 R >> -endobj -%PDF-1.4 -%ρ\r -1 0 obj -<< -/CreationDate (D:20140329124233) -/ModDate (D:20140329124233) -/Title (R Graphics Output) -/Producer (R 3.0.3) -/Creator (R) ->> -endobj -2 0 obj -<< /Type /Catalog /Pages 3 0 R >> -endobj -7 0 obj -<< /Type /Page /Parent 3 0 R /Contents 8 0 R /Resources 4 0 R >> -endobj -8 0 obj -<< -/Length 1079 /Filter /FlateDecode ->> -stream -xoDsC][5J q@!ED$UǻMV]aأyRxR voߋǷ߼׏&6M2ջj\2׹)vcm _}}.߾:\^]``:)֩bc}}l3؅\8t_}dy//?˗Ow6Є_v)~t]_OؗXk p$yNScNRnƔ|.855/uxʗr1ۺn.7vկnmt'k63>~ۜض]47gMyKmci7g,6Mi{ƛmgvM .iUM~Ǔ8Xij~Qx)<1/&ѭ\yϧ|)|ycy/8j}r<>>ۛکj{vsL|FO8o4ϝϟK3wzCS'r&J&|ނmTb.O6.|8oR$lM{9q?2r0or,w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|7:endstream -endobj -9 0 obj -<< /Type /Page /Parent 3 0 R /Contents 10 0 R /Resources 4 0 R >> -endobj -%PDF-1.4 -%ρ\r -1 0 obj -<< -/CreationDate (D:20140329124233) -/ModDate (D:20140329124233) -/Title (R Graphics Output) -/Producer (R 3.0.3) -/Creator (R) ->> -endobj -2 0 obj -<< /Type /Catalog /Pages 3 0 R >> -endobj -7 0 obj -<< /Type /Page /Parent 3 0 R /Contents 8 0 R /Resources 4 0 R >> -endobj -8 0 obj -<< -/Length 1079 /Filter /FlateDecode ->> -stream -xoDsC][5J q@!ED$UǻMV]aأyRxR voߋǷ߼׏&6M2ջj\2׹)vcm _}}.߾:\^]``:)֩bc}}l3؅\8t_}dy//?˗Ow6Є_v)~t]_OؗXk p$yNScNRnƔ|.855/uxʗr1ۺn.7vկnmt'k63>~ۜض]47gMyKmci7g,6Mi{ƛmgvM .iUM~Ǔ8Xij~Qx)<1/&ѭ\yϧ|)|ycy/8j}r<>>ۛکj{vsL|FO8o4ϝϟK3wzCS'r&J&|ނmTb.O6.|8oR$lM{9q?2r0or,w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|7:endstream -endobj -9 0 obj -<< /Type /Page /Parent 3 0 R /Contents 10 0 R /Resources 4 0 R >> -endobj -%PDF-1.4 -%ρ\r -1 0 obj -<< -/CreationDate (D:20140329124233) -/ModDate (D:20140329124233) -/Title (R Graphics Output) -/Producer (R 3.0.3) -/Creator (R) ->> -endobj -2 0 obj -<< /Type /Catalog /Pages 3 0 R >> -endobj -7 0 obj -<< /Type /Page /Parent 3 0 R /Contents 8 0 R /Resources 4 0 R >> -endobj -8 0 obj -<< -/Length 1079 /Filter /FlateDecode ->> -stream -xoDsC][5J q@!ED$UǻMV]aأyRxR voߋǷ߼׏&6M2ջj\2׹)vcm _}}.߾:\^]``:)֩bc}}l3؅\8t_}dy//?˗Ow6Є_v)~t]_OؗXk p$yNScNRnƔ|.855/uxʗr1ۺn.7vկnmt'k63>~ۜض]47gMyKmci7g,6Mi{ƛmgvM .iUM~Ǔ8Xij~Qx)<1/&ѭ\yϧ|)|ycy/8j}r<>>ۛکj{vsL|FO8o4ϝϟK3wzCS'r&J&|ނmTb.O6.|8oR$lM{9q?2r0or,w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|7:endstream -endobj -9 0 obj -<< /Type /Page /Parent 3 0 R /Contents 10 0 R /Resources 4 0 R >> -endobj -%PDF-1.4 -%ρ\r -1 0 obj -<< -/CreationDate (D:20140329124233) -/ModDate (D:20140329124233) -/Title (R Graphics Output) -/Producer (R 3.0.3) -/Creator (R) ->> -endobj -2 0 obj -<< /Type /Catalog /Pages 3 0 R >> -endobj -7 0 obj -<< /Type /Page /Parent 3 0 R /Contents 8 0 R /Resources 4 0 R >> -endobj -8 0 obj -<< -/Length 1079 /Filter /FlateDecode ->> -stream -xoDsC][5J q@!ED$UǻMV]aأyRxR voߋǷ߼׏&6M2ջj\2׹)vcm _}}.߾:\^]``:)֩bc}}l3؅\8t_}dy//?˗Ow6Є_v)~t]_OؗXk p$yNScNRnƔ|.855/uxʗr1ۺn.7vկnmt'k63>~ۜض]47gMyKmci7g,6Mi{ƛmgvM .iUM~Ǔ8Xij~Qx)<1/&ѭ\yϧ|)|ycy/8j}r<>>ۛکj{vsL|FO8o4ϝϟK3wzCS'r&J&|ނmTb.O6.|8oR$lM{9q?2r0or,w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|7:endstream -endobj -9 0 obj -<< /Type /Page /Parent 3 0 R /Contents 10 0 R /Resources 4 0 R >> -endobj -%PDF-1.4 -%ρ\r -1 0 obj -<< -/CreationDate (D:20140329124233) -/ModDate (D:20140329124233) -/Title (R Graphics Output) -/Producer (R 3.0.3) -/Creator (R) ->> -endobj -2 0 obj -<< /Type /Catalog /Pages 3 0 R >> -endobj -7 0 obj -<< /Type /Page /Parent 3 0 R /Contents 8 0 R /Resources 4 0 R >> -endobj -8 0 obj -<< -/Length 1079 /Filter /FlateDecode ->> -stream -xoDsC][5J q@!ED$UǻMV]aأyRxR voߋǷ߼׏&6M2ջj\2׹)vcm _}}.߾:\^]``:)֩bc}}l3؅\8t_}dy//?˗Ow6Є_v)~t]_OؗXk p$yNScNRnƔ|.855/uxʗr1ۺn.7vկnmt'k63>~ۜض]47gMyKmci7g,6Mi{ƛmgvM .iUM~Ǔ8Xij~Qx)<1/&ѭ\yϧ|)|ycy/8j}r<>>ۛکj{vsL|FO8o4ϝϟK3wzCS'r&J&|ނmTb.O6.|8oR$lM{9q?2r0or,w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|7:endstream -endobj -9 0 obj -<< /Type /Page /Parent 3 0 R /Contents 10 0 R /Resources 4 0 R >> -endobj -%PDF-1.4 -%ρ\r -1 0 obj -<< -/CreationDate (D:20140329124233) -/ModDate (D:20140329124233) -/Title (R Graphics Output) -/Producer (R 3.0.3) -/Creator (R) ->> -endobj -2 0 obj -<< /Type /Catalog /Pages 3 0 R >> -endobj -7 0 obj -<< /Type /Page /Parent 3 0 R /Contents 8 0 R /Resources 4 0 R >> -endobj -8 0 obj -<< -/Length 1079 /Filter /FlateDecode ->> -stream -xoDsC][5J q@!ED$UǻMV]aأyRxR voߋǷ߼׏&6M2ջj\2׹)vcm _}}.߾:\^]``:)֩bc}}l3؅\8t_}dy//?˗Ow6Є_v)~t]_OؗXk p$yNScNRnƔ|.855/uxʗr1ۺn.7vկnmt'k63>~ۜض]47gMyKmci7g,6Mi{ƛmgvM .iUM~Ǔ8Xij~Qx)<1/&ѭ\yϧ|)|ycy/8j}r<>>ۛکj{vsL|FO8o4ϝϟK3wzCS'r&J&|ނmTb.O6.|8oR$lM{9q?2r0or,w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|7:endstream -endobj -9 0 obj -<< /Type /Page /Parent 3 0 R /Contents 10 0 R /Resources 4 0 R >> -endobj -%PDF-1.4 -%ρ\r -1 0 obj -<< -/CreationDate (D:20140329124233) -/ModDate (D:20140329124233) -/Title (R Graphics Output) -/Producer (R 3.0.3) -/Creator (R) ->> -endobj -2 0 obj -<< /Type /Catalog /Pages 3 0 R >> -endobj -7 0 obj -<< /Type /Page /Parent 3 0 R /Contents 8 0 R /Resources 4 0 R >> -endobj -8 0 obj -<< -/Length 1079 /Filter /FlateDecode ->> -stream -xoDsC][5J q@!ED$UǻMV]aأyRxR voߋǷ߼׏&6M2ջj\2׹)vcm _}}.߾:\^]``:)֩bc}}l3؅\8t_}dy//?˗Ow6Є_v)~t]_OؗXk p$yNScNRnƔ|.855/uxʗr1ۺn.7vկnmt'k63>~ۜض]47gMyKmci7g,6Mi{ƛmgvM .iUM~Ǔ8Xij~Qx)<1/&ѭ\yϧ|)|ycy/8j}r<>>ۛکj{vsL|FO8o4ϝϟK3wzCS'r&J&|ނmTb.O6.|8oR$lM{9q?2r0or,w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|7:endstream -endobj -9 0 obj -<< /Type /Page /Parent 3 0 R /Contents 10 0 R /Resources 4 0 R >> -endobj -%PDF-1.4 -%ρ\r -1 0 obj -<< -/CreationDate (D:20140329124233) -/ModDate (D:20140329124233) -/Title (R Graphics Output) -/Producer (R 3.0.3) -/Creator (R) ->> -endobj -2 0 obj -<< /Type /Catalog /Pages 3 0 R >> -endobj -7 0 obj -<< /Type /Page /Parent 3 0 R /Contents 8 0 R /Resources 4 0 R >> -endobj -8 0 obj -<< -/Length 1079 /Filter /FlateDecode ->> -stream -xoDsC][5J q@!ED$UǻMV]aأyRxR voߋǷ߼׏&6M2ջj\2׹)vcm _}}.߾:\^]``:)֩bc}}l3؅\8t_}dy//?˗Ow6Є_v)~t]_OؗXk p$yNScNRnƔ|.855/uxʗr1ۺn.7vկnmt'k63>~ۜض]47gMyKmci7g,6Mi{ƛmgvM .iUM~Ǔ8Xij~Qx)<1/&ѭ\yϧ|)|ycy/8j}r<>>ۛکj{vsL|FO8o4ϝϟK3wzCS'r&J&|ނmTb.O6.|8oR$lM{9q?2r0or,w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|7:endstream -endobj -9 0 obj -<< /Type /Page /Parent 3 0 R /Contents 10 0 R /Resources 4 0 R >> -endobj -%PDF-1.4 -%ρ\r -1 0 obj -<< -/CreationDate (D:20140329124233) -/ModDate (D:20140329124233) -/Title (R Graphics Output) -/Producer (R 3.0.3) -/Creator (R) ->> -endobj -2 0 obj -<< /Type /Catalog /Pages 3 0 R >> -endobj -7 0 obj -<< /Type /Page /Parent 3 0 R /Contents 8 0 R /Resources 4 0 R >> -endobj -8 0 obj -<< -/Length 1079 /Filter /FlateDecode ->> -stream -xoDsC][5J q@!ED$UǻMV]aأyRxR voߋǷ߼׏&6M2ջj\2׹)vcm _}}.߾:\^]``:)֩bc}}l3؅\8t_}dy//?˗Ow6Є_v)~t]_OؗXk p$yNScNRnƔ|.855/uxʗr1ۺn.7vկnmt'k63>~ۜض]47gMyKmci7g,6Mi{ƛmgvM .iUM~Ǔ8Xij~Qx)<1/&ѭ\yϧ|)|ycy/8j}r<>>ۛکj{vsL|FO8o4ϝϟK3wzCS'r&J&|ނmTb.O6.|8oR$lM{9q?2r0or,w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|7:endstream -endobj -9 0 obj -<< /Type /Page /Parent 3 0 R /Contents 10 0 R /Resources 4 0 R >> -endobj -%PDF-1.4 -%ρ\r -1 0 obj -<< -/CreationDate (D:20140329124233) -/ModDate (D:20140329124233) -/Title (R Graphics Output) -/Producer (R 3.0.3) -/Creator (R) ->> -endobj -2 0 obj -<< /Type /Catalog /Pages 3 0 R >> -endobj -7 0 obj -<< /Type /Page /Parent 3 0 R /Contents 8 0 R /Resources 4 0 R >> -endobj -8 0 obj -<< -/Length 1079 /Filter /FlateDecode ->> -stream -xoDsC][5J q@!ED$UǻMV]aأyRxR voߋǷ߼׏&6M2ջj\2׹)vcm _}}.߾:\^]``:)֩bc}}l3؅\8t_}dy//?˗Ow6Є_v)~t]_OؗXk p$yNScNRnƔ|.855/uxʗr1ۺn.7vկnmt'k63>~ۜض]47gMyKmci7g,6Mi{ƛmgvM .iUM~Ǔ8Xij~Qx)<1/&ѭ\yϧ|)|ycy/8j}r<>>ۛکj{vsL|FO8o4ϝϟK3wzCS'r&J&|ނmTb.O6.|8oR$lM{9q?2r0or,w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|7:endstream -endobj -9 0 obj -<< /Type /Page /Parent 3 0 R /Contents 10 0 R /Resources 4 0 R >> -endobj -%PDF-1.4 -%ρ\r -1 0 obj -<< -/CreationDate (D:20140329124233) -/ModDate (D:20140329124233) -/Title (R Graphics Output) -/Producer (R 3.0.3) -/Creator (R) ->> -endobj -2 0 obj -<< /Type /Catalog /Pages 3 0 R >> -endobj -7 0 obj -<< /Type /Page /Parent 3 0 R /Contents 8 0 R /Resources 4 0 R >> -endobj -8 0 obj -<< -/Length 1079 /Filter /FlateDecode ->> -stream -xoDsC][5J q@!ED$UǻMV]aأyRxR voߋǷ߼׏&6M2ջj\2׹)vcm _}}.߾:\^]``:)֩bc}}l3؅\8t_}dy//?˗Ow6Є_v)~t]_OؗXk p$yNScNRnƔ|.855/uxʗr1ۺn.7vկnmt'k63>~ۜض]47gMyKmci7g,6Mi{ƛmgvM .iUM~Ǔ8Xij~Qx)<1/&ѭ\yϧ|)|ycy/8j}r<>>ۛکj{vsL|FO8o4ϝϟK3wzCS'r&J&|ނmTb.O6.|8oR$lM{9q?2r0or,w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|7:endstream -endobj -9 0 obj -<< /Type /Page /Parent 3 0 R /Contents 10 0 R /Resources 4 0 R >> -endobj -%PDF-1.4 -%ρ\r -1 0 obj -<< -/CreationDate (D:20140329124233) -/ModDate (D:20140329124233) -/Title (R Graphics Output) -/Producer (R 3.0.3) -/Creator (R) ->> -endobj -2 0 obj -<< /Type /Catalog /Pages 3 0 R >> -endobj -7 0 obj -<< /Type /Page /Parent 3 0 R /Contents 8 0 R /Resources 4 0 R >> -endobj -8 0 obj -<< -/Length 1079 /Filter /FlateDecode ->> -stream -xoDsC][5J q@!ED$UǻMV]aأyRxR voߋǷ߼׏&6M2ջj\2׹)vcm _}}.߾:\^]``:)֩bc}}l3؅\8t_}dy//?˗Ow6Є_v)~t]_OؗXk p$yNScNRnƔ|.855/uxʗr1ۺn.7vկnmt'k63>~ۜض]47gMyKmci7g,6Mi{ƛmgvM .iUM~Ǔ8Xij~Qx)<1/&ѭ\yϧ|)|ycy/8j}r<>>ۛکj{vsL|FO8o4ϝϟK3wzCS'r&J&|ނmTb.O6.|8oR$lM{9q?2r0or,w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|7:endstream -endobj -9 0 obj -<< /Type /Page /Parent 3 0 R /Contents 10 0 R /Resources 4 0 R >> -endobj -%PDF-1.4 -%ρ\r -1 0 obj -<< -/CreationDate (D:20140329124233) -/ModDate (D:20140329124233) -/Title (R Graphics Output) -/Producer (R 3.0.3) -/Creator (R) ->> -endobj -2 0 obj -<< /Type /Catalog /Pages 3 0 R >> -endobj -7 0 obj -<< /Type /Page /Parent 3 0 R /Contents 8 0 R /Resources 4 0 R >> -endobj -8 0 obj -<< -/Length 1079 /Filter /FlateDecode ->> -stream -xoDsC][5J q@!ED$UǻMV]aأyRxR voߋǷ߼׏&6M2ջj\2׹)vcm _}}.߾:\^]``:)֩bc}}l3؅\8t_}dy//?˗Ow6Є_v)~t]_OؗXk p$yNScNRnƔ|.855/uxʗr1ۺn.7vկnmt'k63>~ۜض]47gMyKmci7g,6Mi{ƛmgvM .iUM~Ǔ8Xij~Qx)<1/&ѭ\yϧ|)|ycy/8j}r<>>ۛکj{vsL|FO8o4ϝϟK3wzCS'r&J&|ނmTb.O6.|8oR$lM{9q?2r0or,w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|7:endstream -endobj -9 0 obj -<< /Type /Page /Parent 3 0 R /Contents 10 0 R /Resources 4 0 R >> -endobj -%PDF-1.4 -%ρ\r -1 0 obj -<< -/CreationDate (D:20140329124233) -/ModDate (D:20140329124233) -/Title (R Graphics Output) -/Producer (R 3.0.3) -/Creator (R) ->> -endobj -2 0 obj -<< /Type /Catalog /Pages 3 0 R >> -endobj -7 0 obj -<< /Type /Page /Parent 3 0 R /Contents 8 0 R /Resources 4 0 R >> -endobj -8 0 obj -<< -/Length 1079 /Filter /FlateDecode ->> -stream -xoDsC][5J q@!ED$UǻMV]aأyRxR voߋǷ߼׏&6M2ջj\2׹)vcm _}}.߾:\^]``:)֩bc}}l3؅\8t_}dy//?˗Ow6Є_v)~t]_OؗXk p$yNScNRnƔ|.855/uxʗr1ۺn.7vկnmt'k63>~ۜض]47gMyKmci7g,6Mi{ƛmgvM .iUM~Ǔ8Xij~Qx)<1/&ѭ\yϧ|)|ycy/8j}r<>>ۛکj{vsL|FO8o4ϝϟK3wzCS'r&J&|ނmTb.O6.|8oR$lM{9q?2r0or,w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|7:endstream -endobj -9 0 obj -<< /Type /Page /Parent 3 0 R /Contents 10 0 R /Resources 4 0 R >> -endobj -%PDF-1.4 -%ρ\r -1 0 obj -<< -/CreationDate (D:20140329124233) -/ModDate (D:20140329124233) -/Title (R Graphics Output) -/Producer (R 3.0.3) -/Creator (R) ->> -endobj -2 0 obj -<< /Type /Catalog /Pages 3 0 R >> -endobj -7 0 obj -<< /Type /Page /Parent 3 0 R /Contents 8 0 R /Resources 4 0 R >> -endobj -8 0 obj -<< -/Length 1079 /Filter /FlateDecode ->> -stream -xoDsC][5J q@!ED$UǻMV]aأyRxR voߋǷ߼׏&6M2ջj\2׹)vcm _}}.߾:\^]``:)֩bc}}l3؅\8t_}dy//?˗Ow6Є_v)~t]_OؗXk p$yNScNRnƔ|.855/uxʗr1ۺn.7vկnmt'k63>~ۜض]47gMyKmci7g,6Mi{ƛmgvM .iUM~Ǔ8Xij~Qx)<1/&ѭ\yϧ|)|ycy/8j}r<>>ۛکj{vsL|FO8o4ϝϟK3wzCS'r&J&|ނmTb.O6.|8oR$lM{9q?2r0or,w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|7:endstream -endobj -9 0 obj -<< /Type /Page /Parent 3 0 R /Contents 10 0 R /Resources 4 0 R >> -endobj -%PDF-1.4 -%ρ\r -1 0 obj -<< -/CreationDate (D:20140329124233) -/ModDate (D:20140329124233) -/Title (R Graphics Output) -/Producer (R 3.0.3) -/Creator (R) ->> -endobj -2 0 obj -<< /Type /Catalog /Pages 3 0 R >> -endobj -7 0 obj -<< /Type /Page /Parent 3 0 R /Contents 8 0 R /Resources 4 0 R >> -endobj -8 0 obj -<< -/Length 1079 /Filter /FlateDecode ->> -stream -xoDsC][5J q@!ED$UǻMV]aأyRxR voߋǷ߼׏&6M2ջj\2׹)vcm _}}.߾:\^]``:)֩bc}}l3؅\8t_}dy//?˗Ow6Є_v)~t]_OؗXk p$yNScNRnƔ|.855/uxʗr1ۺn.7vկnmt'k63>~ۜض]47gMyKmci7g,6Mi{ƛmgvM .iUM~Ǔ8Xij~Qx)<1/&ѭ\yϧ|)|ycy/8j}r<>>ۛکj{vsL|FO8o4ϝϟK3wzCS'r&J&|ނmTb.O6.|8oR$lM{9q?2r0or,w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|7:endstream -endobj -9 0 obj -<< /Type /Page /Parent 3 0 R /Contents 10 0 R /Resources 4 0 R >> -endobj -%PDF-1.4 -%ρ\r -1 0 obj -<< -/CreationDate (D:20140329124233) -/ModDate (D:20140329124233) -/Title (R Graphics Output) -/Producer (R 3.0.3) -/Creator (R) ->> -endobj -2 0 obj -<< /Type /Catalog /Pages 3 0 R >> -endobj -7 0 obj -<< /Type /Page /Parent 3 0 R /Contents 8 0 R /Resources 4 0 R >> -endobj -8 0 obj -<< -/Length 1079 /Filter /FlateDecode ->> -stream -xoDsC][5J q@!ED$UǻMV]aأyRxR voߋǷ߼׏&6M2ջj\2׹)vcm _}}.߾:\^]``:)֩bc}}l3؅\8t_}dy//?˗Ow6Є_v)~t]_OؗXk p$yNScNRnƔ|.855/uxʗr1ۺn.7vկnmt'k63>~ۜض]47gMyKmci7g,6Mi{ƛmgvM .iUM~Ǔ8Xij~Qx)<1/&ѭ\yϧ|)|ycy/8j}r<>>ۛکj{vsL|FO8o4ϝϟK3wzCS'r&J&|ނmTb.O6.|8oR$lM{9q?2r0or,w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|7:endstream -endobj -9 0 obj -<< /Type /Page /Parent 3 0 R /Contents 10 0 R /Resources 4 0 R >> -endobj -%PDF-1.4 -%ρ\r -1 0 obj -<< -/CreationDate (D:20140329124233) -/ModDate (D:20140329124233) -/Title (R Graphics Output) -/Producer (R 3.0.3) -/Creator (R) ->> -endobj -2 0 obj -<< /Type /Catalog /Pages 3 0 R >> -endobj -7 0 obj -<< /Type /Page /Parent 3 0 R /Contents 8 0 R /Resources 4 0 R >> -endobj -8 0 obj -<< -/Length 1079 /Filter /FlateDecode ->> -stream -xoDsC][5J q@!ED$UǻMV]aأyRxR voߋǷ߼׏&6M2ջj\2׹)vcm _}}.߾:\^]``:)֩bc}}l3؅\8t_}dy//?˗Ow6Є_v)~t]_OؗXk p$yNScNRnƔ|.855/uxʗr1ۺn.7vկnmt'k63>~ۜض]47gMyKmci7g,6Mi{ƛmgvM .iUM~Ǔ8Xij~Qx)<1/&ѭ\yϧ|)|ycy/8j}r<>>ۛکj{vsL|FO8o4ϝϟK3wzCS'r&J&|ނmTb.O6.|8oR$lM{9q?2r0or,w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|7:endstream -endobj -9 0 obj -<< /Type /Page /Parent 3 0 R /Contents 10 0 R /Resources 4 0 R >> -endobj -%PDF-1.4 -%ρ\r -1 0 obj -<< -/CreationDate (D:20140329124233) -/ModDate (D:20140329124233) -/Title (R Graphics Output) -/Producer (R 3.0.3) -/Creator (R) ->> -endobj -2 0 obj -<< /Type /Catalog /Pages 3 0 R >> -endobj -7 0 obj -<< /Type /Page /Parent 3 0 R /Contents 8 0 R /Resources 4 0 R >> -endobj -8 0 obj -<< -/Length 1079 /Filter /FlateDecode ->> -stream -xoDsC][5J q@!ED$UǻMV]aأyRxR voߋǷ߼׏&6M2ջj\2׹)vcm _}}.߾:\^]``:)֩bc}}l3؅\8t_}dy//?˗Ow6Є_v)~t]_OؗXk p$yNScNRnƔ|.855/uxʗr1ۺn.7vկnmt'k63>~ۜض]47gMyKmci7g,6Mi{ƛmgvM .iUM~Ǔ8Xij~Qx)<1/&ѭ\yϧ|)|ycy/8j}r<>>ۛکj{vsL|FO8o4ϝϟK3wzCS'r&J&|ނmTb.O6.|8oR$lM{9q?2r0or,w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|7:endstream -endobj -9 0 obj -<< /Type /Page /Parent 3 0 R /Contents 10 0 R /Resources 4 0 R >> -endobj -%PDF-1.4 -%ρ\r -1 0 obj -<< -/CreationDate (D:20140329124233) -/ModDate (D:20140329124233) -/Title (R Graphics Output) -/Producer (R 3.0.3) -/Creator (R) ->> -endobj -2 0 obj -<< /Type /Catalog /Pages 3 0 R >> -endobj -7 0 obj -<< /Type /Page /Parent 3 0 R /Contents 8 0 R /Resources 4 0 R >> -endobj -8 0 obj -<< -/Length 1079 /Filter /FlateDecode ->> -stream -xoDsC][5J q@!ED$UǻMV]aأyRxR voߋǷ߼׏&6M2ջj\2׹)vcm _}}.߾:\^]``:)֩bc}}l3؅\8t_}dy//?˗Ow6Є_v)~t]_OؗXk p$yNScNRnƔ|.855/uxʗr1ۺn.7vկnmt'k63>~ۜض]47gMyKmci7g,6Mi{ƛmgvM .iUM~Ǔ8Xij~Qx)<1/&ѭ\yϧ|)|ycy/8j}r<>>ۛکj{vsL|FO8o4ϝϟK3wzCS'r&J&|ނmTb.O6.|8oR$lM{9q?2r0or,w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|7:endstream -endobj -9 0 obj -<< /Type /Page /Parent 3 0 R /Contents 10 0 R /Resources 4 0 R >> -endobj -%PDF-1.4 -%ρ\r -1 0 obj -<< -/CreationDate (D:20140329124233) -/ModDate (D:20140329124233) -/Title (R Graphics Output) -/Producer (R 3.0.3) -/Creator (R) ->> -endobj -2 0 obj -<< /Type /Catalog /Pages 3 0 R >> -endobj -7 0 obj -<< /Type /Page /Parent 3 0 R /Contents 8 0 R /Resources 4 0 R >> -endobj -8 0 obj -<< -/Length 1079 /Filter /FlateDecode ->> -stream -xoDsC][5J q@!ED$UǻMV]aأyRxR voߋǷ߼׏&6M2ջj\2׹)vcm _}}.߾:\^]``:)֩bc}}l3؅\8t_}dy//?˗Ow6Є_v)~t]_OؗXk p$yNScNRnƔ|.855/uxʗr1ۺn.7vկnmt'k63>~ۜض]47gMyKmci7g,6Mi{ƛmgvM .iUM~Ǔ8Xij~Qx)<1/&ѭ\yϧ|)|ycy/8j}r<>>ۛکj{vsL|FO8o4ϝϟK3wzCS'r&J&|ނmTb.O6.|8oR$lM{9q?2r0or,w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|7:endstream -endobj -9 0 obj -<< /Type /Page /Parent 3 0 R /Contents 10 0 R /Resources 4 0 R >> -endobj -%PDF-1.4 -%ρ\r -1 0 obj -<< -/CreationDate (D:20140329124233) -/ModDate (D:20140329124233) -/Title (R Graphics Output) -/Producer (R 3.0.3) -/Creator (R) ->> -endobj -2 0 obj -<< /Type /Catalog /Pages 3 0 R >> -endobj -7 0 obj -<< /Type /Page /Parent 3 0 R /Contents 8 0 R /Resources 4 0 R >> -endobj -8 0 obj -<< -/Length 1079 /Filter /FlateDecode ->> -stream -xoDsC][5J q@!ED$UǻMV]aأyRxR voߋǷ߼׏&6M2ջj\2׹)vcm _}}.߾:\^]``:)֩bc}}l3؅\8t_}dy//?˗Ow6Є_v)~t]_OؗXk p$yNScNRnƔ|.855/uxʗr1ۺn.7vկnmt'k63>~ۜض]47gMyKmci7g,6Mi{ƛmgvM .iUM~Ǔ8Xij~Qx)<1/&ѭ\yϧ|)|ycy/8j}r<>>ۛکj{vsL|FO8o4ϝϟK3wzCS'r&J&|ނmTb.O6.|8oR$lM{9q?2r0or,w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|7:endstream -endobj -9 0 obj -<< /Type /Page /Parent 3 0 R /Contents 10 0 R /Resources 4 0 R >> -endobj -%PDF-1.4 -%ρ\r -1 0 obj -<< -/CreationDate (D:20140329124233) -/ModDate (D:20140329124233) -/Title (R Graphics Output) -/Producer (R 3.0.3) -/Creator (R) ->> -endobj -2 0 obj -<< /Type /Catalog /Pages 3 0 R >> -endobj -7 0 obj -<< /Type /Page /Parent 3 0 R /Contents 8 0 R /Resources 4 0 R >> -endobj -8 0 obj -<< -/Length 1079 /Filter /FlateDecode ->> -stream -xoDsC][5J q@!ED$UǻMV]aأyRxR voߋǷ߼׏&6M2ջj\2׹)vcm _}}.߾:\^]``:)֩bc}}l3؅\8t_}dy//?˗Ow6Є_v)~t]_OؗXk p$yNScNRnƔ|.855/uxʗr1ۺn.7vկnmt'k63>~ۜض]47gMyKmci7g,6Mi{ƛmgvM .iUM~Ǔ8Xij~Qx)<1/&ѭ\yϧ|)|ycy/8j}r<>>ۛکj{vsL|FO8o4ϝϟK3wzCS'r&J&|ނmTb.O6.|8oR$lM{9q?2r0or,w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|7:endstream -endobj -9 0 obj -<< /Type /Page /Parent 3 0 R /Contents 10 0 R /Resources 4 0 R >> -endobj -%PDF-1.4 -%ρ\r -1 0 obj -<< -/CreationDate (D:20140329124233) -/ModDate (D:20140329124233) -/Title (R Graphics Output) -/Producer (R 3.0.3) -/Creator (R) ->> -endobj -2 0 obj -<< /Type /Catalog /Pages 3 0 R >> -endobj -7 0 obj -<< /Type /Page /Parent 3 0 R /Contents 8 0 R /Resources 4 0 R >> -endobj -8 0 obj -<< -/Length 1079 /Filter /FlateDecode ->> -stream -xoDsC][5J q@!ED$UǻMV]aأyRxR voߋǷ߼׏&6M2ջj\2׹)vcm _}}.߾:\^]``:)֩bc}}l3؅\8t_}dy//?˗Ow6Є_v)~t]_OؗXk p$yNScNRnƔ|.855/uxʗr1ۺn.7vկnmt'k63>~ۜض]47gMyKmci7g,6Mi{ƛmgvM .iUM~Ǔ8Xij~Qx)<1/&ѭ\yϧ|)|ycy/8j}r<>>ۛکj{vsL|FO8o4ϝϟK3wzCS'r&J&|ނmTb.O6.|8oR$lM{9q?2r0or,w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|7:endstream -endobj -9 0 obj -<< /Type /Page /Parent 3 0 R /Contents 10 0 R /Resources 4 0 R >> -endobj -%PDF-1.4 -%ρ\r -1 0 obj -<< -/CreationDate (D:20140329124233) -/ModDate (D:20140329124233) -/Title (R Graphics Output) -/Producer (R 3.0.3) -/Creator (R) ->> -endobj -2 0 obj -<< /Type /Catalog /Pages 3 0 R >> -endobj -7 0 obj -<< /Type /Page /Parent 3 0 R /Contents 8 0 R /Resources 4 0 R >> -endobj -8 0 obj -<< -/Length 1079 /Filter /FlateDecode ->> -stream -xoDsC][5J q@!ED$UǻMV]aأyRxR voߋǷ߼׏&6M2ջj\2׹)vcm _}}.߾:\^]``:)֩bc}}l3؅\8t_}dy//?˗Ow6Є_v)~t]_OؗXk p$yNScNRnƔ|.855/uxʗr1ۺn.7vկnmt'k63>~ۜض]47gMyKmci7g,6Mi{ƛmgvM .iUM~Ǔ8Xij~Qx)<1/&ѭ\yϧ|)|ycy/8j}r<>>ۛکj{vsL|FO8o4ϝϟK3wzCS'r&J&|ނmTb.O6.|8oR$lM{9q?2r0or,w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|7:endstream -endobj -9 0 obj -<< /Type /Page /Parent 3 0 R /Contents 10 0 R /Resources 4 0 R >> -endobj -%PDF-1.4 -%ρ\r -1 0 obj -<< -/CreationDate (D:20140329124233) -/ModDate (D:20140329124233) -/Title (R Graphics Output) -/Producer (R 3.0.3) -/Creator (R) ->> -endobj -2 0 obj -<< /Type /Catalog /Pages 3 0 R >> -endobj -7 0 obj -<< /Type /Page /Parent 3 0 R /Contents 8 0 R /Resources 4 0 R >> -endobj -8 0 obj -<< -/Length 1079 /Filter /FlateDecode ->> -stream -xoDsC][5J q@!ED$UǻMV]aأyRxR voߋǷ߼׏&6M2ջj\2׹)vcm _}}.߾:\^]``:)֩bc}}l3؅\8t_}dy//?˗Ow6Є_v)~t]_OؗXk p$yNScNRnƔ|.855/uxʗr1ۺn.7vկnmt'k63>~ۜض]47gMyKmci7g,6Mi{ƛmgvM .iUM~Ǔ8Xij~Qx)<1/&ѭ\yϧ|)|ycy/8j}r<>>ۛکj{vsL|FO8o4ϝϟK3wzCS'r&J&|ނmTb.O6.|8oR$lM{9q?2r0or,w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|7:endstream -endobj -9 0 obj -<< /Type /Page /Parent 3 0 R /Contents 10 0 R /Resources 4 0 R >> -endobj -%PDF-1.4 -%ρ\r -1 0 obj -<< -/CreationDate (D:20140329124233) -/ModDate (D:20140329124233) -/Title (R Graphics Output) -/Producer (R 3.0.3) -/Creator (R) ->> -endobj -2 0 obj -<< /Type /Catalog /Pages 3 0 R >> -endobj -7 0 obj -<< /Type /Page /Parent 3 0 R /Contents 8 0 R /Resources 4 0 R >> -endobj -8 0 obj -<< -/Length 1079 /Filter /FlateDecode ->> -stream -xoDsC][5J q@!ED$UǻMV]aأyRxR voߋǷ߼׏&6M2ջj\2׹)vcm _}}.߾:\^]``:)֩bc}}l3؅\8t_}dy//?˗Ow6Є_v)~t]_OؗXk p$yNScNRnƔ|.855/uxʗr1ۺn.7vկnmt'k63>~ۜض]47gMyKmci7g,6Mi{ƛmgvM .iUM~Ǔ8Xij~Qx)<1/&ѭ\yϧ|)|ycy/8j}r<>>ۛکj{vsL|FO8o4ϝϟK3wzCS'r&J&|ނmTb.O6.|8oR$lM{9q?2r0or,w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|7:endstream -endobj -9 0 obj -<< /Type /Page /Parent 3 0 R /Contents 10 0 R /Resources 4 0 R >> -endobj -%PDF-1.4 -%ρ\r -1 0 obj -<< -/CreationDate (D:20140329124233) -/ModDate (D:20140329124233) -/Title (R Graphics Output) -/Producer (R 3.0.3) -/Creator (R) ->> -endobj -2 0 obj -<< /Type /Catalog /Pages 3 0 R >> -endobj -7 0 obj -<< /Type /Page /Parent 3 0 R /Contents 8 0 R /Resources 4 0 R >> -endobj -8 0 obj -<< -/Length 1079 /Filter /FlateDecode ->> -stream -xoDsC][5J q@!ED$UǻMV]aأyRxR voߋǷ߼׏&6M2ջj\2׹)vcm _}}.߾:\^]``:)֩bc}}l3؅\8t_}dy//?˗Ow6Є_v)~t]_OؗXk p$yNScNRnƔ|.855/uxʗr1ۺn.7vկnmt'k63>~ۜض]47gMyKmci7g,6Mi{ƛmgvM .iUM~Ǔ8Xij~Qx)<1/&ѭ\yϧ|)|ycy/8j}r<>>ۛکj{vsL|FO8o4ϝϟK3wzCS'r&J&|ނmTb.O6.|8oR$lM{9q?2r0or,w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|7:endstream -endobj -9 0 obj -<< /Type /Page /Parent 3 0 R /Contents 10 0 R /Resources 4 0 R >> -endobj -%PDF-1.4 -%ρ\r -1 0 obj -<< -/CreationDate (D:20140329124233) -/ModDate (D:20140329124233) -/Title (R Graphics Output) -/Producer (R 3.0.3) -/Creator (R) ->> -endobj -2 0 obj -<< /Type /Catalog /Pages 3 0 R >> -endobj -7 0 obj -<< /Type /Page /Parent 3 0 R /Contents 8 0 R /Resources 4 0 R >> -endobj -8 0 obj -<< -/Length 1079 /Filter /FlateDecode ->> -stream -xoDsC][5J q@!ED$UǻMV]aأyRxR voߋǷ߼׏&6M2ջj\2׹)vcm _}}.߾:\^]``:)֩bc}}l3؅\8t_}dy//?˗Ow6Є_v)~t]_OؗXk p$yNScNRnƔ|.855/uxʗr1ۺn.7vկnmt'k63>~ۜض]47gMyKmci7g,6Mi{ƛmgvM .iUM~Ǔ8Xij~Qx)<1/&ѭ\yϧ|)|ycy/8j}r<>>ۛکj{vsL|FO8o4ϝϟK3wzCS'r&J&|ނmTb.O6.|8oR$lM{9q?2r0or,w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|7:endstream -endobj -9 0 obj -<< /Type /Page /Parent 3 0 R /Contents 10 0 R /Resources 4 0 R >> -endobj -%PDF-1.4 -%ρ\r -1 0 obj -<< -/CreationDate (D:20140329124233) -/ModDate (D:20140329124233) -/Title (R Graphics Output) -/Producer (R 3.0.3) -/Creator (R) ->> -endobj -2 0 obj -<< /Type /Catalog /Pages 3 0 R >> -endobj -7 0 obj -<< /Type /Page /Parent 3 0 R /Contents 8 0 R /Resources 4 0 R >> -endobj -8 0 obj -<< -/Length 1079 /Filter /FlateDecode ->> -stream -xoDsC][5J q@!ED$UǻMV]aأyRxR voߋǷ߼׏&6M2ջj\2׹)vcm _}}.߾:\^]``:)֩bc}}l3؅\8t_}dy//?˗Ow6Є_v)~t]_OؗXk p$yNScNRnƔ|.855/uxʗr1ۺn.7vկnmt'k63>~ۜض]47gMyKmci7g,6Mi{ƛmgvM .iUM~Ǔ8Xij~Qx)<1/&ѭ\yϧ|)|ycy/8j}r<>>ۛکj{vsL|FO8o4ϝϟK3wzCS'r&J&|ނmTb.O6.|8oR$lM{9q?2r0or,w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|7:endstream -endobj -9 0 obj -<< /Type /Page /Parent 3 0 R /Contents 10 0 R /Resources 4 0 R >> -endobj -%PDF-1.4 -%ρ\r -1 0 obj -<< -/CreationDate (D:20140329124233) -/ModDate (D:20140329124233) -/Title (R Graphics Output) -/Producer (R 3.0.3) -/Creator (R) ->> -endobj -2 0 obj -<< /Type /Catalog /Pages 3 0 R >> -endobj -7 0 obj -<< /Type /Page /Parent 3 0 R /Contents 8 0 R /Resources 4 0 R >> -endobj -8 0 obj -<< -/Length 1079 /Filter /FlateDecode ->> -stream -xoDsC][5J q@!ED$UǻMV]aأyRxR voߋǷ߼׏&6M2ջj\2׹)vcm _}}.߾:\^]``:)֩bc}}l3؅\8t_}dy//?˗Ow6Є_v)~t]_OؗXk p$yNScNRnƔ|.855/uxʗr1ۺn.7vկnmt'k63>~ۜض]47gMyKmci7g,6Mi{ƛmgvM .iUM~Ǔ8Xij~Qx)<1/&ѭ\yϧ|)|ycy/8j}r<>>ۛکj{vsL|FO8o4ϝϟK3wzCS'r&J&|ނmTb.O6.|8oR$lM{9q?2r0or,w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|7:endstream -endobj -9 0 obj -<< /Type /Page /Parent 3 0 R /Contents 10 0 R /Resources 4 0 R >> -endobj -%PDF-1.4 -%ρ\r -1 0 obj -<< -/CreationDate (D:20140329124233) -/ModDate (D:20140329124233) -/Title (R Graphics Output) -/Producer (R 3.0.3) -/Creator (R) ->> -endobj -2 0 obj -<< /Type /Catalog /Pages 3 0 R >> -endobj -7 0 obj -<< /Type /Page /Parent 3 0 R /Contents 8 0 R /Resources 4 0 R >> -endobj -8 0 obj -<< -/Length 1079 /Filter /FlateDecode ->> -stream -xoDsC][5J q@!ED$UǻMV]aأyRxR voߋǷ߼׏&6M2ջj\2׹)vcm _}}.߾:\^]``:)֩bc}}l3؅\8t_}dy//?˗Ow6Є_v)~t]_OؗXk p$yNScNRnƔ|.855/uxʗr1ۺn.7vկnmt'k63>~ۜض]47gMyKmci7g,6Mi{ƛmgvM .iUM~Ǔ8Xij~Qx)<1/&ѭ\yϧ|)|ycy/8j}r<>>ۛکj{vsL|FO8o4ϝϟK3wzCS'r&J&|ނmTb.O6.|8oR$lM{9q?2r0or,w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|7:endstream -endobj -9 0 obj -<< /Type /Page /Parent 3 0 R /Contents 10 0 R /Resources 4 0 R >> -endobj -%PDF-1.4 -%ρ\r -1 0 obj -<< -/CreationDate (D:20140329124233) -/ModDate (D:20140329124233) -/Title (R Graphics Output) -/Producer (R 3.0.3) -/Creator (R) ->> -endobj -2 0 obj -<< /Type /Catalog /Pages 3 0 R >> -endobj -7 0 obj -<< /Type /Page /Parent 3 0 R /Contents 8 0 R /Resources 4 0 R >> -endobj -8 0 obj -<< -/Length 1079 /Filter /FlateDecode ->> -stream -xoDsC][5J q@!ED$UǻMV]aأyRxR voߋǷ߼׏&6M2ջj\2׹)vcm _}}.߾:\^]``:)֩bc}}l3؅\8t_}dy//?˗Ow6Є_v)~t]_OؗXk p$yNScNRnƔ|.855/uxʗr1ۺn.7vկnmt'k63>~ۜض]47gMyKmci7g,6Mi{ƛmgvM .iUM~Ǔ8Xij~Qx)<1/&ѭ\yϧ|)|ycy/8j}r<>>ۛکj{vsL|FO8o4ϝϟK3wzCS'r&J&|ނmTb.O6.|8oR$lM{9q?2r0or,w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|7:endstream -endobj -9 0 obj -<< /Type /Page /Parent 3 0 R /Contents 10 0 R /Resources 4 0 R >> -endobj -%PDF-1.4 -%ρ\r -1 0 obj -<< -/CreationDate (D:20140329124233) -/ModDate (D:20140329124233) -/Title (R Graphics Output) -/Producer (R 3.0.3) -/Creator (R) ->> -endobj -2 0 obj -<< /Type /Catalog /Pages 3 0 R >> -endobj -7 0 obj -<< /Type /Page /Parent 3 0 R /Contents 8 0 R /Resources 4 0 R >> -endobj -8 0 obj -<< -/Length 1079 /Filter /FlateDecode ->> -stream -xoDsC][5J q@!ED$UǻMV]aأyRxR voߋǷ߼׏&6M2ջj\2׹)vcm _}}.߾:\^]``:)֩bc}}l3؅\8t_}dy//?˗Ow6Є_v)~t]_OؗXk p$yNScNRnƔ|.855/uxʗr1ۺn.7vկnmt'k63>~ۜض]47gMyKmci7g,6Mi{ƛmgvM .iUM~Ǔ8Xij~Qx)<1/&ѭ\yϧ|)|ycy/8j}r<>>ۛکj{vsL|FO8o4ϝϟK3wzCS'r&J&|ނmTb.O6.|8oR$lM{9q?2r0or,w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|7:endstream -endobj -9 0 obj -<< /Type /Page /Parent 3 0 R /Contents 10 0 R /Resources 4 0 R >> -endobj -%PDF-1.4 -%ρ\r -1 0 obj -<< -/CreationDate (D:20140329124233) -/ModDate (D:20140329124233) -/Title (R Graphics Output) -/Producer (R 3.0.3) -/Creator (R) ->> -endobj -2 0 obj -<< /Type /Catalog /Pages 3 0 R >> -endobj -7 0 obj -<< /Type /Page /Parent 3 0 R /Contents 8 0 R /Resources 4 0 R >> -endobj -8 0 obj -<< -/Length 1079 /Filter /FlateDecode ->> -stream -xoDsC][5J q@!ED$UǻMV]aأyRxR voߋǷ߼׏&6M2ջj\2׹)vcm _}}.߾:\^]``:)֩bc}}l3؅\8t_}dy//?˗Ow6Є_v)~t]_OؗXk p$yNScNRnƔ|.855/uxʗr1ۺn.7vկnmt'k63>~ۜض]47gMyKmci7g,6Mi{ƛmgvM .iUM~Ǔ8Xij~Qx)<1/&ѭ\yϧ|)|ycy/8j}r<>>ۛکj{vsL|FO8o4ϝϟK3wzCS'r&J&|ނmTb.O6.|8oR$lM{9q?2r0or,w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|7:endstream -endobj -9 0 obj -<< /Type /Page /Parent 3 0 R /Contents 10 0 R /Resources 4 0 R >> -endobj -%PDF-1.4 -%ρ\r -1 0 obj -<< -/CreationDate (D:20140329124233) -/ModDate (D:20140329124233) -/Title (R Graphics Output) -/Producer (R 3.0.3) -/Creator (R) ->> -endobj -2 0 obj -<< /Type /Catalog /Pages 3 0 R >> -endobj -7 0 obj -<< /Type /Page /Parent 3 0 R /Contents 8 0 R /Resources 4 0 R >> -endobj -8 0 obj -<< -/Length 1079 /Filter /FlateDecode ->> -stream -xoDsC][5J q@!ED$UǻMV]aأyRxR voߋǷ߼׏&6M2ջj\2׹)vcm _}}.߾:\^]``:)֩bc}}l3؅\8t_}dy//?˗Ow6Є_v)~t]_OؗXk p$yNScNRnƔ|.855/uxʗr1ۺn.7vկnmt'k63>~ۜض]47gMyKmci7g,6Mi{ƛmgvM .iUM~Ǔ8Xij~Qx)<1/&ѭ\yϧ|)|ycy/8j}r<>>ۛکj{vsL|FO8o4ϝϟK3wzCS'r&J&|ނmTb.O6.|8oR$lM{9q?2r0or,w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|7:endstream -endobj -9 0 obj -<< /Type /Page /Parent 3 0 R /Contents 10 0 R /Resources 4 0 R >> -endobj -%PDF-1.4 -%ρ\r -1 0 obj -<< -/CreationDate (D:20140329124233) -/ModDate (D:20140329124233) -/Title (R Graphics Output) -/Producer (R 3.0.3) -/Creator (R) ->> -endobj -2 0 obj -<< /Type /Catalog /Pages 3 0 R >> -endobj -7 0 obj -<< /Type /Page /Parent 3 0 R /Contents 8 0 R /Resources 4 0 R >> -endobj -8 0 obj -<< -/Length 1079 /Filter /FlateDecode ->> -stream -xoDsC][5J q@!ED$UǻMV]aأyRxR voߋǷ߼׏&6M2ջj\2׹)vcm _}}.߾:\^]``:)֩bc}}l3؅\8t_}dy//?˗Ow6Є_v)~t]_OؗXk p$yNScNRnƔ|.855/uxʗr1ۺn.7vկnmt'k63>~ۜض]47gMyKmci7g,6Mi{ƛmgvM .iUM~Ǔ8Xij~Qx)<1/&ѭ\yϧ|)|ycy/8j}r<>>ۛکj{vsL|FO8o4ϝϟK3wzCS'r&J&|ނmTb.O6.|8oR$lM{9q?2r0or,w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|7:endstream -endobj -9 0 obj -<< /Type /Page /Parent 3 0 R /Contents 10 0 R /Resources 4 0 R >> -endobj -%PDF-1.4 -%ρ\r -1 0 obj -<< -/CreationDate (D:20140329124233) -/ModDate (D:20140329124233) -/Title (R Graphics Output) -/Producer (R 3.0.3) -/Creator (R) ->> -endobj -2 0 obj -<< /Type /Catalog /Pages 3 0 R >> -endobj -7 0 obj -<< /Type /Page /Parent 3 0 R /Contents 8 0 R /Resources 4 0 R >> -endobj -8 0 obj -<< -/Length 1079 /Filter /FlateDecode ->> -stream -xoDsC][5J q@!ED$UǻMV]aأyRxR voߋǷ߼׏&6M2ջj\2׹)vcm _}}.߾:\^]``:)֩bc}}l3؅\8t_}dy//?˗Ow6Є_v)~t]_OؗXk p$yNScNRnƔ|.855/uxʗr1ۺn.7vկnmt'k63>~ۜض]47gMyKmci7g,6Mi{ƛmgvM .iUM~Ǔ8Xij~Qx)<1/&ѭ\yϧ|)|ycy/8j}r<>>ۛکj{vsL|FO8o4ϝϟK3wzCS'r&J&|ނmTb.O6.|8oR$lM{9q?2r0or,w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|7:endstream -endobj -9 0 obj -<< /Type /Page /Parent 3 0 R /Contents 10 0 R /Resources 4 0 R >> -endobj -%PDF-1.4 -%ρ\r -1 0 obj -<< -/CreationDate (D:20140329124233) -/ModDate (D:20140329124233) -/Title (R Graphics Output) -/Producer (R 3.0.3) -/Creator (R) ->> -endobj -2 0 obj -<< /Type /Catalog /Pages 3 0 R >> -endobj -7 0 obj -<< /Type /Page /Parent 3 0 R /Contents 8 0 R /Resources 4 0 R >> -endobj -8 0 obj -<< -/Length 1079 /Filter /FlateDecode ->> -stream -xoDsC][5J q@!ED$UǻMV]aأyRxR voߋǷ߼׏&6M2ջj\2׹)vcm _}}.߾:\^]``:)֩bc}}l3؅\8t_}dy//?˗Ow6Є_v)~t]_OؗXk p$yNScNRnƔ|.855/uxʗr1ۺn.7vկnmt'k63>~ۜض]47gMyKmci7g,6Mi{ƛmgvM .iUM~Ǔ8Xij~Qx)<1/&ѭ\yϧ|)|ycy/8j}r<>>ۛکj{vsL|FO8o4ϝϟK3wzCS'r&J&|ނmTb.O6.|8oR$lM{9q?2r0or,w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|7:endstream -endobj -9 0 obj -<< /Type /Page /Parent 3 0 R /Contents 10 0 R /Resources 4 0 R >> -endobj -%PDF-1.4 -%ρ\r -1 0 obj -<< -/CreationDate (D:20140329124233) -/ModDate (D:20140329124233) -/Title (R Graphics Output) -/Producer (R 3.0.3) -/Creator (R) ->> -endobj -2 0 obj -<< /Type /Catalog /Pages 3 0 R >> -endobj -7 0 obj -<< /Type /Page /Parent 3 0 R /Contents 8 0 R /Resources 4 0 R >> -endobj -8 0 obj -<< -/Length 1079 /Filter /FlateDecode ->> -stream -xoDsC][5J q@!ED$UǻMV]aأyRxR voߋǷ߼׏&6M2ջj\2׹)vcm _}}.߾:\^]``:)֩bc}}l3؅\8t_}dy//?˗Ow6Є_v)~t]_OؗXk p$yNScNRnƔ|.855/uxʗr1ۺn.7vկnmt'k63>~ۜض]47gMyKmci7g,6Mi{ƛmgvM .iUM~Ǔ8Xij~Qx)<1/&ѭ\yϧ|)|ycy/8j}r<>>ۛکj{vsL|FO8o4ϝϟK3wzCS'r&J&|ނmTb.O6.|8oR$lM{9q?2r0or,w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|7:endstream -endobj -9 0 obj -<< /Type /Page /Parent 3 0 R /Contents 10 0 R /Resources 4 0 R >> -endobj -%PDF-1.4 -%ρ\r -1 0 obj -<< -/CreationDate (D:20140329124233) -/ModDate (D:20140329124233) -/Title (R Graphics Output) -/Producer (R 3.0.3) -/Creator (R) ->> -endobj -2 0 obj -<< /Type /Catalog /Pages 3 0 R >> -endobj -7 0 obj -<< /Type /Page /Parent 3 0 R /Contents 8 0 R /Resources 4 0 R >> -endobj -8 0 obj -<< -/Length 1079 /Filter /FlateDecode ->> -stream -xoDsC][5J q@!ED$UǻMV]aأyRxR voߋǷ߼׏&6M2ջj\2׹)vcm _}}.߾:\^]``:)֩bc}}l3؅\8t_}dy//?˗Ow6Є_v)~t]_OؗXk p$yNScNRnƔ|.855/uxʗr1ۺn.7vկnmt'k63>~ۜض]47gMyKmci7g,6Mi{ƛmgvM .iUM~Ǔ8Xij~Qx)<1/&ѭ\yϧ|)|ycy/8j}r<>>ۛکj{vsL|FO8o4ϝϟK3wzCS'r&J&|ނmTb.O6.|8oR$lM{9q?2r0or,w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|7:endstream -endobj -9 0 obj -<< /Type /Page /Parent 3 0 R /Contents 10 0 R /Resources 4 0 R >> -endobj -%PDF-1.4 -%ρ\r -1 0 obj -<< -/CreationDate (D:20140329124233) -/ModDate (D:20140329124233) -/Title (R Graphics Output) -/Producer (R 3.0.3) -/Creator (R) ->> -endobj -2 0 obj -<< /Type /Catalog /Pages 3 0 R >> -endobj -7 0 obj -<< /Type /Page /Parent 3 0 R /Contents 8 0 R /Resources 4 0 R >> -endobj -8 0 obj -<< -/Length 1079 /Filter /FlateDecode ->> -stream -xoDsC][5J q@!ED$UǻMV]aأyRxR voߋǷ߼׏&6M2ջj\2׹)vcm _}}.߾:\^]``:)֩bc}}l3؅\8t_}dy//?˗Ow6Є_v)~t]_OؗXk p$yNScNRnƔ|.855/uxʗr1ۺn.7vկnmt'k63>~ۜض]47gMyKmci7g,6Mi{ƛmgvM .iUM~Ǔ8Xij~Qx)<1/&ѭ\yϧ|)|ycy/8j}r<>>ۛکj{vsL|FO8o4ϝϟK3wzCS'r&J&|ނmTb.O6.|8oR$lM{9q?2r0or,w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|7:endstream -endobj -9 0 obj -<< /Type /Page /Parent 3 0 R /Contents 10 0 R /Resources 4 0 R >> -endobj -%PDF-1.4 -%ρ\r -1 0 obj -<< -/CreationDate (D:20140329124233) -/ModDate (D:20140329124233) -/Title (R Graphics Output) -/Producer (R 3.0.3) -/Creator (R) ->> -endobj -2 0 obj -<< /Type /Catalog /Pages 3 0 R >> -endobj -7 0 obj -<< /Type /Page /Parent 3 0 R /Contents 8 0 R /Resources 4 0 R >> -endobj -8 0 obj -<< -/Length 1079 /Filter /FlateDecode ->> -stream -xoDsC][5J q@!ED$UǻMV]aأyRxR voߋǷ߼׏&6M2ջj\2׹)vcm _}}.߾:\^]``:)֩bc}}l3؅\8t_}dy//?˗Ow6Є_v)~t]_OؗXk p$yNScNRnƔ|.855/uxʗr1ۺn.7vկnmt'k63>~ۜض]47gMyKmci7g,6Mi{ƛmgvM .iUM~Ǔ8Xij~Qx)<1/&ѭ\yϧ|)|ycy/8j}r<>>ۛکj{vsL|FO8o4ϝϟK3wzCS'r&J&|ނmTb.O6.|8oR$lM{9q?2r0or,w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|7:endstream -endobj -9 0 obj -<< /Type /Page /Parent 3 0 R /Contents 10 0 R /Resources 4 0 R >> -endobj -%PDF-1.4 -%ρ\r -1 0 obj -<< -/CreationDate (D:20140329124233) -/ModDate (D:20140329124233) -/Title (R Graphics Output) -/Producer (R 3.0.3) -/Creator (R) ->> -endobj -2 0 obj -<< /Type /Catalog /Pages 3 0 R >> -endobj -7 0 obj -<< /Type /Page /Parent 3 0 R /Contents 8 0 R /Resources 4 0 R >> -endobj -8 0 obj -<< -/Length 1079 /Filter /FlateDecode ->> -stream -xoDsC][5J q@!ED$UǻMV]aأyRxR voߋǷ߼׏&6M2ջj\2׹)vcm _}}.߾:\^]``:)֩bc}}l3؅\8t_}dy//?˗Ow6Є_v)~t]_OؗXk p$yNScNRnƔ|.855/uxʗr1ۺn.7vկnmt'k63>~ۜض]47gMyKmci7g,6Mi{ƛmgvM .iUM~Ǔ8Xij~Qx)<1/&ѭ\yϧ|)|ycy/8j}r<>>ۛکj{vsL|FO8o4ϝϟK3wzCS'r&J&|ނmTb.O6.|8oR$lM{9q?2r0or,w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|7:endstream -endobj -9 0 obj -<< /Type /Page /Parent 3 0 R /Contents 10 0 R /Resources 4 0 R >> -endobj -%PDF-1.4 -%ρ\r -1 0 obj -<< -/CreationDate (D:20140329124233) -/ModDate (D:20140329124233) -/Title (R Graphics Output) -/Producer (R 3.0.3) -/Creator (R) ->> -endobj -2 0 obj -<< /Type /Catalog /Pages 3 0 R >> -endobj -7 0 obj -<< /Type /Page /Parent 3 0 R /Contents 8 0 R /Resources 4 0 R >> -endobj -8 0 obj -<< -/Length 1079 /Filter /FlateDecode ->> -stream -xoDsC][5J q@!ED$UǻMV]aأyRxR voߋǷ߼׏&6M2ջj\2׹)vcm _}}.߾:\^]``:)֩bc}}l3؅\8t_}dy//?˗Ow6Є_v)~t]_OؗXk p$yNScNRnƔ|.855/uxʗr1ۺn.7vկnmt'k63>~ۜض]47gMyKmci7g,6Mi{ƛmgvM .iUM~Ǔ8Xij~Qx)<1/&ѭ\yϧ|)|ycy/8j}r<>>ۛکj{vsL|FO8o4ϝϟK3wzCS'r&J&|ނmTb.O6.|8oR$lM{9q?2r0or,w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|7:endstream -endobj -9 0 obj -<< /Type /Page /Parent 3 0 R /Contents 10 0 R /Resources 4 0 R >> -endobj -%PDF-1.4 -%ρ\r -1 0 obj -<< -/CreationDate (D:20140329124233) -/ModDate (D:20140329124233) -/Title (R Graphics Output) -/Producer (R 3.0.3) -/Creator (R) ->> -endobj -2 0 obj -<< /Type /Catalog /Pages 3 0 R >> -endobj -7 0 obj -<< /Type /Page /Parent 3 0 R /Contents 8 0 R /Resources 4 0 R >> -endobj -8 0 obj -<< -/Length 1079 /Filter /FlateDecode ->> -stream -xoDsC][5J q@!ED$UǻMV]aأyRxR voߋǷ߼׏&6M2ջj\2׹)vcm _}}.߾:\^]``:)֩bc}}l3؅\8t_}dy//?˗Ow6Є_v)~t]_OؗXk p$yNScNRnƔ|.855/uxʗr1ۺn.7vկnmt'k63>~ۜض]47gMyKmci7g,6Mi{ƛmgvM .iUM~Ǔ8Xij~Qx)<1/&ѭ\yϧ|)|ycy/8j}r<>>ۛکj{vsL|FO8o4ϝϟK3wzCS'r&J&|ނmTb.O6.|8oR$lM{9q?2r0or,w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|7:endstream -endobj -9 0 obj -<< /Type /Page /Parent 3 0 R /Contents 10 0 R /Resources 4 0 R >> -endobj -%PDF-1.4 -%ρ\r -1 0 obj -<< -/CreationDate (D:20140329124233) -/ModDate (D:20140329124233) -/Title (R Graphics Output) -/Producer (R 3.0.3) -/Creator (R) ->> -endobj -2 0 obj -<< /Type /Catalog /Pages 3 0 R >> -endobj -7 0 obj -<< /Type /Page /Parent 3 0 R /Contents 8 0 R /Resources 4 0 R >> -endobj -8 0 obj -<< -/Length 1079 /Filter /FlateDecode ->> -stream -xoDsC][5J q@!ED$UǻMV]aأyRxR voߋǷ߼׏&6M2ջj\2׹)vcm _}}.߾:\^]``:)֩bc}}l3؅\8t_}dy//?˗Ow6Є_v)~t]_OؗXk p$yNScNRnƔ|.855/uxʗr1ۺn.7vկnmt'k63>~ۜض]47gMyKmci7g,6Mi{ƛmgvM .iUM~Ǔ8Xij~Qx)<1/&ѭ\yϧ|)|ycy/8j}r<>>ۛکj{vsL|FO8o4ϝϟK3wzCS'r&J&|ނmTb.O6.|8oR$lM{9q?2r0or,w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|;w|7:endstream -endobj -9 0 obj -<< /Type /Page /Parent 3 0 R /Contents 10 0 R /Resources 4 0 R >> -endobj -10 0 obj -<< -/Length 1369 /Filter /FlateDecode ->> -stream -xOoD~9¡SxڪUJ*(JB|{wmt%=>))܄ݛp!V%tu,%TbCݥp~wӗv/oywU*l?v/q0\窎J;҄m_O밿ٽ``:7)觛Tfߡ b/8ȴy//?˗ߏW&{cϻ^7t]W;m(M'\mss{r%sНCzrv8Ke|MYW7|Kvg7@Ŧ v_yRαms>bm[7-ޡe1o]X73\*=I5c|㳬1W%u.Ǔ8XijiQx)> -endobj -4 0 obj -<< -/ProcSet [/PDF /Text] -/Font <> -/ExtGState << >> -/ColorSpace << /sRGB 5 0 R >> ->> -endobj -5 0 obj -[/ICCBased 6 0 R] -endobj -6 0 obj -<< /Alternate /DeviceRGB /N 3 /Length 2596 /Filter /FlateDecode >> -stream -xwTSϽ7PkhRH H.*1 J"6DTpDQ2(C"QDqpId߼y͛~kg}ֺLX Xňg` lpBF|،l *?Y"1P\8=W%Oɘ4M0J"Y2Vs,[|e92<se'9`2&ctI@o|N6(.sSdl-c(2-yH_/XZ.$&\SM07#1ؙYrfYym";8980m-m(]v^DW~ emi]P`/u}q|^R,g+\Kk)/C_|Rax8t1C^7nfzDp 柇u$/ED˦L L[B@ٹЖX!@~(* {d+} G͋љς}WL$cGD2QZ4 E@@A(q`1D `'u46ptc48.`R0) -@Rt CXCP%CBH@Rf[(t CQhz#0 Zl`O828.p|O×X -?:0FBx$ !i@ڐH[EE1PL ⢖V6QP>U(j -MFkt,:.FW8c1L&ӎ9ƌaX: rbl1 -{{{;}#tp8_\8"Ey.,X%%Gщ1-9ҀKl.oo/O$&'=JvMޞxǥ{=Vs\x ‰N柜>ucKz=s/ol|ϝ?y ^d]ps~:;/;]7|WpQoH!ɻVsnYs}ҽ~4] =>=:`;cܱ'?e~!ańD#G&}'/?^xI֓?+\wx20;5\ӯ_etWf^Qs-mw3+?~O~endstream -endobj -11 0 obj -<< -/Type /Encoding /BaseEncoding /WinAnsiEncoding -/Differences [ 45/minus 96/quoteleft -144/dotlessi /grave /acute /circumflex /tilde /macron /breve /dotaccent -/dieresis /.notdef /ring /cedilla /.notdef /hungarumlaut /ogonek /caron /space] ->> -endobj -12 0 obj -<< /Type /Font /Subtype /Type1 /Name /F2 /BaseFont /Helvetica -/Encoding 11 0 R >> -endobj -13 0 obj -<< /Type /Font /Subtype /Type1 /Name /F3 /BaseFont /Helvetica-Bold -/Encoding 11 0 R >> -endobj -xref -0 14 -0000000000 65535 f -0000000021 00000 n -0000000163 00000 n -0000002966 00000 n -0000003055 00000 n -0000003178 00000 n -0000003211 00000 n -0000000212 00000 n -0000000292 00000 n -0000001443 00000 n -0000001524 00000 n -0000005906 00000 n -0000006164 00000 n -0000006262 00000 n -trailer -<< /Size 14 /Info 1 0 R /Root 2 0 R >> -startxref -6365 -%%EOF