Hi everybody, I am using R 2.2.0 under OS X 10.3.9. And I am working on the "hclust" function from the package STATS. Inside I found a call to a Fortran program hclust.f that I was able to find into the source distribution of R, but there is a also a call to a Fortran program hcass2. This very last I was enable to found it in the sources... Does anyone can tell me where can I find it? Thanks, David
Where ca I find the hcass2 Fortran code
2 messages · David Ruau, Duncan Murdoch
On 11/30/2005 12:27 PM, David Ruau wrote:
Hi everybody, I am using R 2.2.0 under OS X 10.3.9. And I am working on the "hclust" function from the package STATS. Inside I found a call to a Fortran program hclust.f that I was able to find into the source distribution of R, but there is a also a call to a Fortran program hcass2. This very last I was enable to found it in the sources... Does anyone can tell me where can I find it?
Fortran is not case sensitive. This is HCASS2, in src/library/stats/src/hclust.f Duncan Murdoch