Learn R Programming

gausscov (version 1.1.5)

fundr: Converts directed into an undirected graph

Description

Conversion of a directed graph into an undirected graph

Usage

fundr(gr)

Value

gr The undirected graph

Arguments

gr

A directed graph

Examples

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

Run the code above in your browser using DataLab