diff --git a/inst/doc/Rplots.pdf b/inst/doc/Rplots.pdf
index bb8b51ec39b0bab8f47cf41032ea4647c6dc9ecf..8cfa32a2efad1e68c16e7434b3c2535f325bed4b 100644
Binary files a/inst/doc/Rplots.pdf and b/inst/doc/Rplots.pdf differ
diff --git a/inst/doc/dataRetrieval-fig1.pdf b/inst/doc/dataRetrieval-fig1.pdf
index a746b606097eaf41bddab435b55ddbb3840bc48f..372be6ced8cc3745375323a218045183a8bf2f86 100644
Binary files a/inst/doc/dataRetrieval-fig1.pdf and b/inst/doc/dataRetrieval-fig1.pdf differ
diff --git a/inst/doc/dataRetrieval-fig2.pdf b/inst/doc/dataRetrieval-fig2.pdf
index 4feb498e13c477e33b770023c9eb5e9cb4d5ae19..8d2885501b5abef9c7485ad7b29cac7bbf92392e 100644
Binary files a/inst/doc/dataRetrieval-fig2.pdf and b/inst/doc/dataRetrieval-fig2.pdf differ
diff --git a/inst/doc/dataRetrieval-fig3.pdf b/inst/doc/dataRetrieval-fig3.pdf
index 60cab61d164cf5c760ec246e2672e962d9eb24f7..95ebb7677627d2998e2d9086b5c09eb1376c6e8e 100644
Binary files a/inst/doc/dataRetrieval-fig3.pdf and b/inst/doc/dataRetrieval-fig3.pdf differ
diff --git a/inst/doc/dataRetrieval.log b/inst/doc/dataRetrieval.log
index 37783b3dbd862f585e13ed4cc618818f53de28e4..cf384bbcce4bfeae55e8475d34a6910cf3c37911 100644
--- a/inst/doc/dataRetrieval.log
+++ b/inst/doc/dataRetrieval.log
@@ -1,4 +1,4 @@
-This is pdfTeX, Version 3.1415926-2.3-1.40.12 (MiKTeX 2.9) (preloaded format=pdflatex 2012.1.6)  18 FEB 2013 14:20
+This is pdfTeX, Version 3.1415926-2.3-1.40.12 (MiKTeX 2.9) (preloaded format=pdflatex 2012.1.6)  18 FEB 2013 14:45
 entering extended mode
 **dataRetrieval.tex
 (D:\LADData\RCode\dataRetrieval\inst\doc\dataRetrieval.tex
@@ -647,7 +647,7 @@ Program Files (x86)/MiKTeX 2.9/fonts/type1/public/amsfonts/cm/cmr8.pfb><C:/Prog
 ram Files (x86)/MiKTeX 2.9/fonts/type1/public/amsfonts/cm/cmsltt10.pfb><C:/Prog
 ram Files (x86)/MiKTeX 2.9/fonts/type1/public/amsfonts/cm/cmti10.pfb><C:/Progra
 m Files (x86)/MiKTeX 2.9/fonts/type1/public/amsfonts/cm/cmtt10.pfb>
-Output written on dataRetrieval.pdf (24 pages, 301327 bytes).
+Output written on dataRetrieval.pdf (24 pages, 301717 bytes).
 PDF statistics:
  361 PDF objects out of 1000 (max. 8388607)
  60 named destinations out of 1000 (max. 500000)
diff --git a/inst/doc/dataRetrieval.pdf b/inst/doc/dataRetrieval.pdf
index e5b34631cf2b96dc9b6d3ff70f74f5465e2abff8..ad3b174246e9774312ea1bcefd3cc22ba4448544 100644
Binary files a/inst/doc/dataRetrieval.pdf and b/inst/doc/dataRetrieval.pdf differ
diff --git a/inst/doc/dataRetrieval.tex b/inst/doc/dataRetrieval.tex
index db10cc564a6c9251478d267e91e4224d0c1ee31b..d250f7b1844e3de33b11b7fee86f68349da0be3e 100644
--- a/inst/doc/dataRetrieval.tex
+++ b/inst/doc/dataRetrieval.tex
@@ -79,7 +79,7 @@ Once the site-ID is known, the next required input for USGS data retrievals is t
 
 
 % latex table generated in R 2.15.2 by xtable 1.7-0 package
-% Mon Feb 18 14:20:11 2013
+% Mon Feb 18 14:45:13 2013
 \begin{table}[ht]
 \begin{center}
 \caption{Commonly found USGS Parameter Codes}
@@ -102,7 +102,7 @@ For real-time data, the parameter code and site ID will suffice.  The USGS store
 
 The most common stat codes are:
 % latex table generated in R 2.15.2 by xtable 1.7-0 package
-% Mon Feb 18 14:20:11 2013
+% Mon Feb 18 14:45:13 2013
 \begin{table}[ht]
 \begin{center}
 \caption{Commonly found USGS Stat Codes}
@@ -427,7 +427,7 @@ The function to obtain the daily values (discharge in this case) is getDVData.
 Details of the Daily dataframe are listed below:
 
 % latex table generated in R 2.15.2 by xtable 1.7-0 package
-% Mon Feb 18 14:20:19 2013
+% Mon Feb 18 14:45:22 2013
 \begin{tabular}{rllll}
   \hline
  & ColumnName & Type & Description & Units \\ 
@@ -464,7 +464,7 @@ The function to obtain sample data from the water quality portal is getSampleDat
 Details of the Sample dataframe are listed below:
 
 % latex table generated in R 2.15.2 by xtable 1.7-0 package
-% Mon Feb 18 14:20:20 2013
+% Mon Feb 18 14:45:22 2013
 \begin{tabular}{rllll}
   \hline
  & ColumnName & Type & Description & Units \\ 
@@ -496,7 +496,7 @@ In a more complex situation, the Sample data frame will combine all of the measu
 As an example, let us say that in 2004 and earlier, we computed a total phosphorus (tp) as the sum of dissolved phosphorus (dp) and particulate phosphorus (pp). Form 2005 and onward, we have direct measurements of total phosphorus (tp). A small subset of this fictional data looks like this:
 
 % latex table generated in R 2.15.2 by xtable 1.7-0 package
-% Mon Feb 18 14:20:20 2013
+% Mon Feb 18 14:45:23 2013
 \begin{tabular}{rllrlrlr}
   \hline
  & cdate & rdp & dp & rpp & pp & rtp & tp \\ 
@@ -717,7 +717,7 @@ To then open the library, simply type:
 %------------------------------------------------------------
 \label{sec:appendix2INFO}
 % latex table generated in R 2.15.2 by xtable 1.7-0 package
-% Mon Feb 18 14:20:21 2013
+% Mon Feb 18 14:45:23 2013
 \begin{tabular}{l}
   \hline
   \hline
@@ -774,7 +774,7 @@ agency.cd \\
 There are 62 columns returned from the water quality portal. 
 
 % latex table generated in R 2.15.2 by xtable 1.7-0 package
-% Mon Feb 18 14:20:21 2013
+% Mon Feb 18 14:45:23 2013
 \begin{tabular}{l}
   \hline
   \hline
@@ -822,7 +822,7 @@ OrganizationIdentifier \\
 \end{tabular}\\*
 \newpage
 % latex table generated in R 2.15.2 by xtable 1.7-0 package
-% Mon Feb 18 14:20:21 2013
+% Mon Feb 18 14:45:23 2013
 \begin{tabular}{l}
   \hline
   \hline