dmtx2graph: Convert a distance matrix to an undirected graph

View source: R/graphs.R

clean.graphR Documentation

Convert a distance matrix to an undirected graph

Description

Convert a distance matrix to an undirected graph

Usage

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 Jan. 16, 2025, 8:37 p.m.