Learn R Programming

homtest (version 1.0-5)

annualflows: Data-sample

Description

Total annual flow, expressed in mm, of 47 stations in Piemonte (Italy).

Usage

annualflows

Arguments

Format

Data.frame containing annual flow data of 47 stations.

Examples

Run this code
data(annualflows)
annualflows
summary(annualflows)
x <- annualflows["dato"][,]
cod <- annualflows["cod"][,] 
split(x,cod)
sapply(split(x,cod),mean)
sapply(split(x,cod),median)
sapply(split(x,cod),quantile)
sapply(split(x,cod),Lmoments)

Run the code above in your browser using DataLab