talgalili/dendextendRcpp: Faster Dendrogram Manipulation using 'Rcpp'

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'.

Getting started

Package details

Maintainer
LicenseGPL-2 | GPL-3
Version0.6.1
URL https://github.com/talgalili/dendextendRcpp/ http://cran.r-project.org/web/packages/dendextendRcpp/
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("talgalili/dendextendRcpp")
talgalili/dendextendRcpp documentation built on May 31, 2019, 2:53 a.m.