dist_percentile | R Documentation |
Returns the distance value that corresponds to the desired percentile. This function is useful when the user wants to generate networks with different distance functions but with the same link density.
dist_percentile(D, percentile = 0.1, is_D_symetric = TRUE)
D |
distance matrix |
percentile |
(Float) The desired percentile of lower distances. |
is_D_symetric |
(Boolean) |
Distance percentile value.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.