View source: R/hexcols_rescale.R
hexcols | R Documentation |
A function to generate colors in Hue-Chroma-Luminance colour scheme for mapping phyloregions.
hexcols(x)
x |
An object of class |
A range of discrete colors differentiating between phyloregions in terms of their shared relationships.
Barnabas H. Daru darunabas@gmail.com
library(vegan)
data(dune)
c1 <- metaMDS(dune, trace = 0)
hexcols(c1)
plot(c1$points, pch = 21, cex = 7, bg = hexcols(c1), las = 1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.