| UraniumTDS | R Documentation | 
Uranium and total dissolved solids in groundwaters of differing bicarbonate concentrations.
UraniumTDS
Data frame with 44 rows and 3 columns
| Name | Type | Description | 
| TDS | numeric | Total dissolved solids concentration, in milligrams per liter | 
| Uranium | numeric | Uranium concentration, in parts per billion | 
| HCO3 | factor | Bicarbonate concentration relative to total anions | 
Appendix C16 in Helsel and Hirsch (2002).
Helsel, D.R., and Hirsch, R.M., 2002, Statistical methods in water resources: U.S. Geological Survey Techniques of Water-Resources Investigations, book 4, chap. A3, 522 p.
data(UraniumTDS) # The concentration of bicarbonate affects the relation between Uranium and TDS # Bicarbonate concentration > 50% is plotted in red with(UraniumTDS, plot(Uranium, TDS, col=HCO3, log='y'))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.