Description Usage Arguments Examples
View source: R/createLinksNodes.R
This creates
1 2 | createLinksNodes(path_distance_matrix, nearest_neighbours = TRUE,
num_neighbours = 6, cut_off = FALSE, percentage = 5)
|
path_distance_matrix |
path to the distance matrix |
nearest_neighbours |
Should the nearest neighbour method be used? Default is TRUE |
num_neighbours |
Number of nearest neighbours which will be used in the analysis. Default is 6 |
cut_off |
Should the percental cut-off method be used? Default is FALSE |
percentage |
Percentage of links which should be used for the network. Default is 5 |
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.