Makes the A matrix for a part of a pedigree and stores it in a file called A.txt.
makeA(ped,which)
Arguments
ped: data.frame with three columns: id,id parent1,id parent2
which: Logical vector specifying between which indiduals additive genetic relationship is required. Goes back through the whole pedigree but only for subset of individuals.