Open Richard-Beck opened 1 year ago
Possible bug in DNAinput function - what if elements of region are not in the same order as they appear in data? Seems to be fixed if region <- region[unique(data[,1])] is added after line 7.
Possible bug in DNAinput function - what if elements of region are not in the same order as they appear in data? Seems to be fixed if region <- region[unique(data[,1])] is added after line 7.