Skip to content
Snippets Groups Projects
Commit 946c81a9 authored by Laura A DeCicco's avatar Laura A DeCicco
Browse files

Latest vignette updates.

parent 997cb595
No related branches found
No related tags found
No related merge requests found
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
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 entering extended mode
**dataRetrieval.tex **dataRetrieval.tex
(D:\LADData\RCode\dataRetrieval\inst\doc\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 ...@@ -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/cmsltt10.pfb><C:/Prog
ram Files (x86)/MiKTeX 2.9/fonts/type1/public/amsfonts/cm/cmti10.pfb><C:/Progra 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> 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: PDF statistics:
361 PDF objects out of 1000 (max. 8388607) 361 PDF objects out of 1000 (max. 8388607)
60 named destinations out of 1000 (max. 500000) 60 named destinations out of 1000 (max. 500000)
......
No preview for this file type
...@@ -79,7 +79,7 @@ Once the site-ID is known, the next required input for USGS data retrievals is t ...@@ -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 % 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{table}[ht]
\begin{center} \begin{center}
\caption{Commonly found USGS Parameter Codes} \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 ...@@ -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: The most common stat codes are:
% latex table generated in R 2.15.2 by xtable 1.7-0 package % 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{table}[ht]
\begin{center} \begin{center}
\caption{Commonly found USGS Stat Codes} \caption{Commonly found USGS Stat Codes}
...@@ -427,7 +427,7 @@ The function to obtain the daily values (discharge in this case) is getDVData. ...@@ -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: Details of the Daily dataframe are listed below:
% latex table generated in R 2.15.2 by xtable 1.7-0 package % 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} \begin{tabular}{rllll}
\hline \hline
& ColumnName & Type & Description & Units \\ & ColumnName & Type & Description & Units \\
...@@ -464,7 +464,7 @@ The function to obtain sample data from the water quality portal is getSampleDat ...@@ -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: Details of the Sample dataframe are listed below:
% latex table generated in R 2.15.2 by xtable 1.7-0 package % 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} \begin{tabular}{rllll}
\hline \hline
& ColumnName & Type & Description & Units \\ & ColumnName & Type & Description & Units \\
...@@ -496,7 +496,7 @@ In a more complex situation, the Sample data frame will combine all of the measu ...@@ -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: 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 % 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} \begin{tabular}{rllrlrlr}
\hline \hline
& cdate & rdp & dp & rpp & pp & rtp & tp \\ & cdate & rdp & dp & rpp & pp & rtp & tp \\
...@@ -717,7 +717,7 @@ To then open the library, simply type: ...@@ -717,7 +717,7 @@ To then open the library, simply type:
%------------------------------------------------------------ %------------------------------------------------------------
\label{sec:appendix2INFO} \label{sec:appendix2INFO}
% latex table generated in R 2.15.2 by xtable 1.7-0 package % 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} \begin{tabular}{l}
\hline \hline
\hline \hline
...@@ -774,7 +774,7 @@ agency.cd \\ ...@@ -774,7 +774,7 @@ agency.cd \\
There are 62 columns returned from the water quality portal. There are 62 columns returned from the water quality portal.
% latex table generated in R 2.15.2 by xtable 1.7-0 package % 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} \begin{tabular}{l}
\hline \hline
\hline \hline
...@@ -822,7 +822,7 @@ OrganizationIdentifier \\ ...@@ -822,7 +822,7 @@ OrganizationIdentifier \\
\end{tabular}\\* \end{tabular}\\*
\newpage \newpage
% latex table generated in R 2.15.2 by xtable 1.7-0 package % 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} \begin{tabular}{l}
\hline \hline
\hline \hline
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment