Ricard Marxer wrote:
> Hi list,
>
> I need some help in creating an R dendrogram from Python using RPy.
>
>>From the R documentation [1] I get that a dendrogram object in R is just a
> nested list with non-list elements being objects with at least the following
> compulsory attributes:
> - 'me
Hi list,
I need some help in creating an R dendrogram from Python using RPy.
>From the R documentation [1] I get that a dendrogram object in R is just a
nested list with non-list elements being objects with at least the following
compulsory attributes:
- 'members'
- 'height'
- 'leaf'
I must