createLinksNodes: Create Links and Nodes

Description Usage Arguments Examples

View source: R/createLinksNodes.R

Description

This creates

Usage

1
2
createLinksNodes(path_distance_matrix, nearest_neighbours = TRUE,
  num_neighbours = 6, cut_off = FALSE, percentage = 5)

Arguments

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

Examples

1

jbrottrager/stylcoR documentation built on Jan. 29, 2020, 3:34 p.m.