# NOT RUN {
#Download PfPR data for Nigeria and Cameroon and map the locations of these points using autoplot
# }
# NOT RUN {
NGA_CMR_PR <- getPR(country = c("Nigeria", "Cameroon"), species = "Pf")
autoplot(NGA_CMR_PR)
#Download PfPR data for Madagascar and map the locations of these points using autoplot
Madagascar_pr <- getPR(ISO = "MDG", species = "Pv")
autoplot(Madagascar_pr)
getPR(country = "ALL", species = "BOTH")
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab