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.
http://www.nabble.com/
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.
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.
library(lattice
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(
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 th
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
6 matches
Mail list logo