powered by
For every species, provides the minimum, maximum, mean and median values of inter- and intraspecific distances.
barcode.summary(dismat=NULL,save.distances=FALSE,folder.name="distance_matrices")
A list with two elements:
a matrix containing information about the intraspecific distances.
a matrix containing information about the interspecific distances.
In both cases, the information provided is the minimum, maximum, median, mean, first and third quartile values.
a symmetric matrix containing the pairwise genetic distances between individual sequences
a logic, "TRUE" to save the pairwise distances estimated per species (one file per species)
a string, if save.distance=TRUE, the name of the folder to save distances
A.J. Muñoz-Pajares
barcode.gap
# my.dist<-matrix(abs(rnorm(100)),ncol=10, # dimnames=list(paste("sp",rep(1:5,2),sep=""), # paste("sp",rep(1:5,2),sep=""))) # my.dist<-as.matrix(as.dist(my.dist)) # barcode.summary(my.dist)
Run the code above in your browser using DataLab