Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jefferis/dendroextras
- Owner: jefferis
- Created: 2013-08-02T17:34:05.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2018-01-24T19:18:08.000Z (almost 7 years ago)
- Last Synced: 2023-04-16T09:10:56.364Z (over 1 year ago)
- Language: R
- Size: 37.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.