[R] Hierarchical clustering using own distance matrices

2010-05-25 Thread new...@r
Hey Everyone! I wanted to carry out Hierarchical clustering using distance matrices i have calculated ( instead of euclidean distance etc.) I understand as.dist is the function for this, but the distances in the dendrogram i got by using the following script(1) were not the distances defined in

Re: [R] Hierarchical clustering using own distance matrices

2010-05-26 Thread new...@r
new...@r wrote: > > Hey Everyone! > > I wanted to carry out Hierarchical clustering using distance matrices i > have calculated ( instead of euclidean distance etc.) > > I understand as.dist is the function for this, but the distances in the > dendrogram i got by usin