powered by
Conversion of a directed graph into an undirected graph
fundr(gr)
gr The undirected graph
A directed graph
data(boston) grb<-fgr1st(boston[,1:13]) grbu<-fundr(grb[[2]][,1:2])
Run the code above in your browser using DataLab