annualppCities {datana}R Documentation

Time series of annual precipitations in cities of Chile.

Description

The data frame has annual precipitation in six cities of Chile (i.e., Santiago, Talca, Chillan, Temuco, Valdivia, and Puerto Montt) in different years, from 1950 to 2019. @usage data(annualppCities)

Usage

annualppCities

Format

The data frame contains three variables as follows:

city

Name of city.

year

Year of registry.

annual

Value of the annual precipitation of a given year (mm).

Source

The data were obtained from https://explorador.cr2.cl/.

Examples

head(annualppCities)    
range(annualppCities$year)

[Package datana version 1.0.3 Index]