# NOT RUN {
# Consecutive brother-sister matings.
x = fullSibMating(2)
# plot(x)
# Simultaneous half siblings and half first cousins
x = halfSibStack(2)
# plot(x)
# Double first cousins
x = doubleFirstCousins()
# plot(x)
# Quadruple half first cousins
x = quadHalfFirstCousins()
# plot(x) # Weird plotting behaviour for this pedigree.
# }
Run the code above in your browser using DataLab