plot()
helper functions for ageHeaping()
functions
Usage
# S3 method for ageHeaping
plot(x, main = "", xlab = "Remainder", ylab = "Frequency", cex = 0.75, ...)
Arguments
- x
Object resulting from applying the
ageHeaping()
function- main
Title of plot
- xlab
x-axis
label; default isRemainder
- ylab
y-axis
label; default isFrequency
- cex
Character expansion (numeric); default is 0.75
- ...
Additional
plot()
graphical parameters
Examples
# Plot age heaping test results on SMART survey data in Kabul, Afghanistan
# (dp.ex02) using a divisor of 12
svy <- dp.ex02
ah12 <- ageHeaping(svy$age)
plot(ah12)