Hi I would like to learn how the R function "hclust" deals with ties. It is written in Fortran, so I cannot access the code. Thanks!! [[alternative HTML version deleted]]
On Thu, Oct 4, 2012 at 1:40 PM, Chia-Yi Chiu <chia-yi.chiu at gse.rutgers.edu> wrote:> Hi > > I would like to learn how the R function "hclust" deals with ties. It is > written in Fortran, so I cannot access the code. Thanks!!Sure you can. Just download the source from r-project.org. -- Sarah Goslee http://www.functionaldiversity.org
Please use a relevant subject line. You can easily download source code for all CRAN packages and read it yourself. --------------------------------------------------------------------------- Jeff Newmiller The ..... ..... Go Live... DCN:<jdnewmil at dcn.davis.ca.us> Basics: ##.#. ##.#. Live Go... Live: OO#.. Dead: OO#.. Playing Research Engineer (Solar/Batteries O.O#. #.O#. with /Software/Embedded Controllers) .OO#. .OO#. rocks...1k --------------------------------------------------------------------------- Sent from my phone. Please excuse my brevity. Chia-Yi Chiu <chia-yi.chiu at gse.rutgers.edu> wrote:>Hi > >I would like to learn how the R function "hclust" deals with ties. It >is >written in Fortran, so I cannot access the code. Thanks!! > > [[alternative HTML version deleted]] > >______________________________________________ >R-help at r-project.org 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.
On Thu, Oct 4, 2012 at 8:55 PM, Sarah Goslee <sarah.goslee at gmail.com> wrote:> On Thu, Oct 4, 2012 at 1:40 PM, Chia-Yi Chiu > <chia-yi.chiu at gse.rutgers.edu> wrote: >> Hi >> >> I would like to learn how the R function "hclust" deals with ties. It is >> written in Fortran, so I cannot access the code. Thanks!! > > Sure you can. Just download the source from r-project.org.Or browse online here: https://svn.r-project.org/R/trunk/src/library/stats/src/hclust.f RMW