powered by
Data contains annual precipitations in six cities in Chile (Santiago, Talca, Chillán, Temuco, Valdivia, and Puerto Montt) at different years.
data(annualppCities)
The dataframe contains three variables as follows:
Name of city.
Year of registry.
Value of the annual precipitation of a given year (mm).
data(annualppCities) head(annualppCities)
Run the code above in your browser using DataLab