pie1: Example data for rkt function

pie1R Documentation

Example data for rkt function

Description

Bulk open field deposition collected in Val Sessera (Italy) in 1998-2010, volume weighted monthly averages.

Usage

data(pie1)

Format

A data frame with 156 observations on the following 5 variables.

Year

sampling year

Month

sampling month

mm

amount of precipitation (mm)

SO4

sulphate concentration (mg/L)

NO3

nitate concentration (mg N/L)

Details

SO4 shows a highly significant decreasing trend, NO3 shows a moderately significant decreasing trend and mm no significant trend

Source

Marchetto A., Rogora M. & Arisci S. 2013 Trend analysis of atmospheric deposition data: a comparison of statistical approaches. Atmospheric Environment 64, 95-102

Rogora M., Mosello R., Arisci S., Brizzio M., Barbieri A., Balestrini R., Waldner P., Schmitt M., Stahli M.,Thimonier A., Kalina M., Puxbaum H., Nickus U., Ulrich E., Probst A. 2006 An overview of atmospheric deposition chemistry over the Alps: Present status and long-term trends. Hydrobiologia 562, 17–40

Examples

data(pie1)
rkt(pie1$Year,pie1$SO4,pie1$Month,pie1$mm,TRUE)

rkt documentation built on May 29, 2024, 7:31 a.m.