x = nuclearPed(father = "fa", mother = "mo", children = c("b1", "b2"))
# Default plot
missingPersonPlot(x, missing = "b2")
# Exploring various options
missingPersonPlot(x,
missing = "b2",
hatched = "b1",
POI.hatched = TRUE,
POI.sex = 0,
cex = 1.5, # larger symbols and label font (see ?par())
cex.main = 1.3, # larger frame titles (see ?par())
dev.width = 7, # device width (see ?plotPedList())
dev.height = 3 # device height (see ?plotPedList())
)
Run the code above in your browser using DataLab