Displaying 1 result from an estimated 1 matches for "cophmatrix".
Did you mean:
colmatrix
2001 Jun 12
1
cophenetic matrix
...Paris
-------------- next part --------------
### cophenetic matrix that represents tree distance
### I use the function ask to interactively input data
### sorry for people that doesn't like this
### the cophenetic matrix is saved with the name:
### filename.arbre
### source("cophmatrix.r")
###
cophmatrix <- function(){
library(mva)
library(sm)
nom <- ask(message="Name of the file")
nbre <- ask(message="Number of sounds")
quest <- ask(message="Matrix of dissimilarity (1) or nxm matrix (2)")
fichier <- read.table(nom)...