[R] Table for clustering dendrogram

2008-03-19 Thread yvo
Dear all, I am using the hclust method in R. I am building nice dendrograms with it. Actually for my further analysis I want to get the number of bifurcations (bif) for each object (labels) in the dendrogram. That has to be calculated by the colums merge, height and order.

Re: [R] Trellis plots with two regression lines

2008-03-12 Thread yvo
Thanks a lot Thierry and Frede!!! Thats great- I made it much more complicated!!! -- View this message in context: http://www.nabble.com/Trellis-plots-with-two-regression-lines-tp15976467p16000637.html Sent from the R help mailing list archive at Nabble.com.

[R] Trellis plots with two regression lines

2008-03-11 Thread yvo
http://www.nabble.com/file/p15976467/table.pdf table.pdf I want to create 8 trellis (|experiment) scatterplots with regression lines for prey and pred in each plot with different colouring. So far i am creating trellis plots- but the separation in these groups is never possible.

[R] Plot with two different coloured regression lines and legend

2008-03-04 Thread yvo
It is a trivial problem, but in the book I couln`t figure out how to put different colours at different regression lines plot(bif,abund,type=n, xlab= number_bifurcations, ylab=abundances) sbif-split(bif,stage) sabund-split(abund,stage) points(sabund[[2]],sbif[[2]],pch=16, col=red) for(i in 1:2)

[R] bifurcation countings in a cluster dendrogram

2008-03-01 Thread yvo
Dear R helpers, I am quite new working with R, and that might be a very easy question for some of you. So I hope you can help me!! I used a hirarchical cluster analysis to create dendrograms, like that: hc - hclust(dist(USArrests), ave) plot(hc) plot(hc, hang = -1) Here I want to compare the

[R] intermediate linkage clustering

2008-02-28 Thread yvo
Does anybody know how to do a intermediate linkage clustering in R? Is there a command allready developed? Which package do I have to load? Thanks in advance yvo -- View this message in context: http://www.nabble.com/intermediate-linkage-clustering-tp15736379p15736379.html Sent from the R help