Learn R Programming

⚠️There's a newer version (0.6.1) of this package.Take me there.

dendextendRcpp (version 0.5.0)

Faster dendrogram manipulation using Rcpp

Description

This package offers faster manipulation of dendrogram objects in R. A dendrogram object in R is a list structure with attributes in its nodes and leaves. Working with dendrogram objects often require a function to recursively go through all (or most) element in the list object. Naturally, such function are rather slow in R, but can become much faster thanks to Rcpp.

Copy Link

Version

Install

install.packages('dendextendRcpp')

Monthly Downloads

8

Version

0.5.0

License

GPL-2 | GPL-3

Issues

Pull Requests

Stars

Forks

Maintainer

Tal Galili

Last Published

March 15th, 2014

Functions in dendextendRcpp (0.5.0)

dendextendRcpp_cut_lower_fun

Cut a dendrogram using Rcpp - and run a function on the output
labels.dendrogram

Find Labels from a dendrogram Object using Rcpp
dendextendRcpp_get_branches_heights

Get branches height attr from a dendrogram
dendextendRcpp-package

Functions for extending dendextend using Rcpp
dendextendRcpp_heights_per_k.dendrogram

Which height will result in which k for a dendrogram