Calculates a similarity (distance) matrix for individuals on the proportion of shared alleles
Source:R/gl.propShared.r
gl.propShared.Rd
This script calculates an individual based distance matrix. It uses an C++ implementation, so package Rcpp needs to be installed and it is therefore really fast (once it has compiled the function after the first run).
Author
Bernd Gruber (Post to https://groups.google.com/d/forum/dartr)