Creates an unweighted network. As long as distance < theshold, the weight is 1.
1 | unweightedKern(distMatrix, thresh)
|
distMatrix |
A distance matrix of the euclidean distances between each pair of colonies |
thresh |
A maximum distance above which colonies are not connected. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.