dmtx2graph: Convert a distance matrix to an undirected graph

Description Usage Arguments

View source: R/graphs.R

Description

Convert a distance matrix to an undirected graph

Usage

1
2
3
4
clean.graph(x, cutoff = NULL)

dmtx2graph(x, nodenames = NULL, data = NULL, edgemode = "undirected",
  cutoff = Inf, init.RCytoscape = TRUE, clean = TRUE)

Arguments

x

distance matrix


january3/myfuncs documentation built on April 1, 2020, 4:42 a.m.