hexcols: Generate diverging colors in HCL colour space.

View source: R/hexcols_rescale.R

hexcolsR Documentation

Generate diverging colors in HCL colour space.

Description

A function to generate colors in Hue-Chroma-Luminance colour scheme for mapping phyloregions.

Usage

hexcols(x)

Arguments

x

An object of class metaMDS

Value

A range of discrete colors differentiating between phyloregions in terms of their shared relationships.

Author(s)

Barnabas H. Daru darunabas@gmail.com

Examples

library(vegan)
data(dune)
c1 <- metaMDS(dune, trace = 0)
hexcols(c1)
plot(c1$points, pch = 21, cex = 7, bg = hexcols(c1), las = 1)

darunabas/phyloregion documentation built on Feb. 3, 2024, 8:59 p.m.