Description Usage Format Source Examples
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/
1 |
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
1 2 3 | require(denvax)
data(morrison2010)
with(morrison2010, plot(Age, Seropositive/Number*100, ylab="% Seropositive", ylim=c(0,100)))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.