aracne( mim, eps=0 )build.mim.aracne returns a matrix which is the weighted adjacency matrix of the network.
In order to display the network, load the package Rgraphviz and use the following command:
plot( as( returned.matrix ,"graphNEL") )eps.build.mim, clr, mrnet, mrnetbdata(syn.data)
mim <- build.mim(syn.data,estimator="spearman")
net <- aracne(mim)Run the code above in your browser using DataLab