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