# NOT RUN {
require(denvax); require(ggplot2)
data(lazou2016)
ggplot(lazou2016) + aes(Age, Seropositive/Number*100, color = Country) +
geom_point() + labs(y="Seropositive %", x="Age Group") + lims(y=c(0,100)) +
theme_minimal()
# }
Run the code above in your browser using DataLab