morrison2010 {denvax} | R Documentation |
From "Epidemiology of Dengue Virus in Iquitos, Peru 1999 to 2005: Interepidemic and Epidemic Patterns of Transmission", combining information from Fig. 2 and Fig. 3. The data from Fig. 3 were extracted using https://automeris.io/WebPlotDigitizer/
morrison2010
a data.frame (data.table, if installed) with 13 rows and 4 columns:
character, common country name (all Peru for this data)
integer, the age category
integer, the number of samples
integer, the number of seropositive samples
https://doi.org/10.1371/journal.pntd.0000670
require(denvax)
data(morrison2010)
with(morrison2010, plot(Age, Seropositive/Number*100, ylab="% Seropositive", ylim=c(0,100)))