PrecipNitrogen | R Documentation |
Ammonia plus organic nitrogen concentrations in precipitation.
PrecipNitrogen
Data frame with 20 rows and 2 columns
Name | Type | Description |
NH3plusOrganic | numeric | Concentration of ammonia plus organic nitrogen |
Site | factor | Land-use type |
Note: all concentrations are in milligrams per liter as nitrogen.
Example data in chapter 5 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(PrecipNitrogen) # Compare concentrations between residential and industrial land uses with(PrecipNitrogen, boxplot(split(NH3plusOrganic, Site), range=0, log='y'))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.