Hi, On Thu, Feb 25, 2010 at 12:16 PM, harunpirim <[email protected]> wrote: > > Hi, > > I need to find all minimum spanning trees of an unweighted graph. > Is there a way in R to do that?
If you're working with graphs in R, you'll probably want to see what the igraph library has to offer. For instance, it has a "minimum.spanning.tree" function ... -steve -- Steve Lianoglou Graduate Student: Computational Systems Biology | Memorial Sloan-Kettering Cancer Center | Weill Medical College of Cornell University Contact Info: http://cbio.mskcc.org/~lianos/contact ______________________________________________ [email protected] mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.

