Recently Published
Plot vcol <- worldclim_country("Colombia", var="tavg", path=tempdir()) plot(vcol)
vcol <- worldclim_country("Colombia", var="tavg", path=tempdir())
plot(vcol)
R for Public Health - Milestone 5
Milestone 5: Novel Infectious Disease Report California 2023
Authors: Suzanne Michele, David Burke PHW251 Fall 2025
Plot tcol <- worldclim_country("Colombia", var="prec", path=tempdir()) plot(tcol)
tcol <- worldclim_country("Colombia", var="prec", path=tempdir())
plot(tcol)
Health and Population Effects on the Statistical Prevalence of Heart Disease
For MATH058: Introduction to Statistics
Plot scol <- worldclim_country("Colombia", var="tmax", path=tempdir()) plot(rcol)
scol <- worldclim_country("Colombia", var="tmax", path=tempdir())
plot(scol)
Plot bant <- bdptos[bdptos@data$dpto_cnmbr == "ANTIOQUIA",] plot(bant, add = TRUE, col = "yellow")
bant <- bdptos[bdptos@data$dpto_cnmbr == "ANTIOQUIA",]
plot(bant, add = TRUE, col = "yellow")