<div dir="ltr">Hello,<br><br>I'am new to the mailing list. I hope I can find help here. I am trying to perform Isolation by Distance through mantel.randtest()  from adegenet package.I am working with this genepop dataset: /// GENPOP OBJECT /////////<br><br> // 1 population; 23 loci; 221 alleles; size: 41 Kb<br><br> // Basic content<br>   @tab:  1 x 221 matrix of allele counts<br>   @loc.n.all: number of alleles per locus (range: 4-16)<br>   @loc.fac: locus factor for the 221 columns of @tab<br>   @all.names: list of allele names for each locus<br>   @ploidy: ploidy of each individual  (range: 2-2)<br>   @type:  codom<br>   @call: .local(x = x, i = i, j = j, drop = drop)<br><br> // Optional content<br>   - empty -<br><br><div>The problem is that I can't figure out how to incorporate my lat/long coordinates ($other$xy) in my dataset as shown in several tutorials. My coordinates are in a separate file and when I run the test using distances calculated from such dataset (e.g . dist(xy)) i get the following error: > #MANTEL TEST</div>> ibd<-mantel.randtest(Dgen,Dgeo)<br>Error in if (n != attr(m2, "Size")) stop("Non convenient dimension") :  argument is of length zero.<br><div><br></div><div>I am wandering whether it is possible to run this test having coordinates in a different files. I really hope you can hel me. Thanks in advice.<br><br>Best,<br>Serena<br><br></div></div>