Learn R Programming

LPM (version 3.2)

series.rainfall: Daily Rainfall Series

Description

Group of 5 daily rainfall series recorded in Tuscany region of Italy during the period 1958-1979.

Usage

data(series.rainfall)

Arguments

Details

Dataset is created removing lacking years and replacing lacking days with the mean of previous and successive value. Beside 29 february day values are removed to obtain integer periodical dataset.

Examples

Run this code
data(series.rainfall)
## maybe str(series.rainfall) ; plot(series.rainfall) ...

Run the code above in your browser using DataLab