lcomponent | R Documentation |
Computes the size of the largest connectivity component of the graph
of ncol(distmat)
vertices with edges defined by the smallest
ne
distances.
lcomponent(distmat, ne = floor(3*ncol(distmat)/4))
distmat |
symmetric distance matrix. |
ne |
integer. |
list with components
lc |
size of the largest connectivity component. |
ne |
see above. |
Christian Hennig christian.hennig@unibo.it https://www.unibo.it/sitoweb/christian.hennig/en
Hennig, C. and Hausdorf, B. (2004) Distance-based parametric bootstrap tests for clustering of species ranges. Computational Statistics and Data Analysis 45, 875-896.
prabtest
data(kykladspecreg)
j <- jaccard(t(kykladspecreg))
lcomponent(j)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.