Hi all, I try to convert hclust object to phylo object, using as.phylo (package ape), but got an error like the following:> tese<- read.table ("tese_guildas.txt", header=T) > library(mva) > library(ape) > hclust.tree<-hclust(dist(tese[1:156,])) > phylo.tree<- as.phylo(hclust.tree) > Segmentation fault (core dumped)Can someone give me a hint where I migth be going wrong? Is there something I forgot to do? Best regards, Rog?rio [R Version: 1.8.0; Platform: Mandrake 9.2]
At 18:29 04/01/2004 -0200, vous avez ?crit:>Hi all, > >I try to convert hclust object to phylo object, using as.phylo (package >ape), but got an error like the following: > > > tese<- read.table ("tese_guildas.txt", header=T) > > library(mva) > > library(ape) > > hclust.tree<-hclust(dist(tese[1:156,])) > > phylo.tree<- as.phylo(hclust.tree) > > Segmentation fault (core dumped) > >Can someone give me a hint where I migth be going wrong? Is there something I >forgot to do? > >Best regards, > >Rog?rio > >[R Version: 1.8.0; Platform: Mandrake 9.2]I have just uploaded a new version of ape (1.2) to CRAN which should fix this problem, together with a few new functions. Emmanuel Paradis>______________________________________________ >R-help at stat.math.ethz.ch mailing list >stat.math.ethz.ch/mailman/listinfo/r-help