x = nuclearPed(father = "fa", mother = "mo", children = c("b1", "b2"))
# Default plot
missingPersonPlot(x, missing = "b2")
# Open in separate window; explore various options
missingPersonPlot(x,
missing = "b2",
hatched = "b1",
deceased = c("fa", "mo"),
cex = 1.5, # larger symbols and labels (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