Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jefferis/dendroextras

Extra functions to cut, label and colour dendrogram clusters
https://github.com/jefferis/dendroextras

Last synced: 27 days ago
JSON representation

Extra functions to cut, label and colour dendrogram clusters

Awesome Lists containing this project

README

        

# dendroextras

[![Release Version](https://img.shields.io/github/release/jefferis/dendroextras.svg)](https://github.com/jefferis/dendroextras/releases/latest)
[![CRAN_Status_Badge](http://www.r-pkg.org/badges/version/dendroextras)](https://cran.r-project.org/package=dendroextras)
[![Build Status](https://travis-ci.org/jefferis/dendroextras.svg)](https://travis-ci.org/jefferis/dendroextras)

An R package providing additional functions to cut, label and colour dendrogram clusters.

## Installation
### Released versions
The recommendation is to install from [CRAN](https://cran.r-project.org/).

```r
install.packages("dendroextras")
```

### Bleeding Edge
You can use the **devtools** package to install the development version:

```r
# install devtools if required.
if (!requireNamespace("devtools")) install.packages("devtools")
devtools::install_github("jefferis/dendroextras")
```

Note: Windows users need [Rtools](http://www.murdoch-sutherland.com/Rtools/) and [devtools](https://CRAN.R-project.org/package=devtools) to install this way.