FromDist2Graph.Rd
FromDist2Graph From distance object or matrix to graph, default is to return igraph object This function was developed based on
FromDist2Graph(d, k.param = 30, return_igraph = T)
the distance matrix, this can be either dist or a matrix
K default is 30
Wheather return igraph, default is T which return igraph. Otherwise, return adjacent matrix
igraph or adjacent matrix