Learn R Programming

rkt (version 1.7)

pie1: 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)

Arguments

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

Examples

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

Run the code above in your browser using DataLab