Description Usage Arguments Value Author(s) See Also Examples
Identifies barcode gaps based on representing intra- and interspecific distances. Species above the 1:1 line are considered to show a barcode gap.
1 2 |
summary |
a list produced by |
stat.intra |
a string, the inter-specific statistic used to estimate the quotient interspecific/intraspecific. Accepted values are "max", "min", "median", and "mean" |
stat.inter |
a string, the inter-specific statistic used to estimate the quotient interspecific/intraspecific. Accepted values are "max", "min", "median", and "mean". |
xlab |
a string, the x-axis label |
ylab |
a string, the y-axis label |
legend |
a logic, to show information about species showing and lacking barcode within the plot |
lab.nodes |
a string to select the name of species to be represented in the plot: "gap" to represent species showing barcode gap; "nogap" to represent species lacking barcode gap; "all" for representing all species names. Other value will represent no names. |
A list with two elements:
no.barcode.gap |
a matrix containing the name of the species lacking barcode gap and their mean intra- and interspecific distances. |
barcode.gap |
a matrix containing the name of the species showing barcode gap and their mean intra- and interspecific distances. |
A.J. Muñoz-Pajares
1 2 3 4 5 6 | # 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))
# sum<-barcode.summary(my.dist)
# barcode.gap(sum)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.