fundr: Converts directed into an undirected graph

View source: R/fundr.R

fundrR Documentation

Converts directed into an undirected graph

Description

Conversion of a directed graph into an undirected graph

Usage

fundr(gr)

Arguments

gr

A directed graph

Value

gr The undirected graph

Examples

data(boston)
grb<-fgr1st(boston[,1:13])
grbu<-fundr(grb[[2]][,1:2])

gausscov documentation built on Oct. 12, 2023, 1:06 a.m.

Related to fundr in gausscov...