# 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.
# Triangular half-sib pattern
x = halfSibTriangle(4)
# plot(x)
Run the code above in your browser using DataLab