## random population with 100 lines and 1000 markers
gen <- matrix(rep(0,100*1000),100,1000)
gen <- apply(gen,2,function(x){x <- sample(c(-1,0,1), 100, replace = TRUE)})
## generate 100*100 kinship matrix
k <- kin(gen)
Run the code above in your browser using DataLab