powered by
Download data on rainfall samples collected weekly during the rainy season, available at Depósito and Depósito
download_deposition(deposition, type)
A data.frame with deposition data.
type of deposition to download
TOTAL - Total deposition (1988-2000)
HUMEDO - Wet and dry deposition (1997-)
type of ion measurement
DEPOSITO - ion quantity deposition
CONCENTRACION - ion concentration
if (FALSE) { ## Download rainfall in mm df <- download_deposition(deposition = "HUMEDO", type = "CONCENTRACION") %>% filter(pollutant == "PP") head(df) }
Run the code above in your browser using DataLab