View source: R/ColorMapping-class.R
c.ColorMapping | R Documentation |
Concatenate A List of ColorMapping objects
## S3 method for class 'ColorMapping'
c(..., name = NULL)
... |
A list of |
name |
Name of the new merged color mapping. |
Only discrete color mappings can be concatenated.
cm1 = ColorMapping(colors = c("A" = "red", "B" = "black"))
cm2 = ColorMapping(colors = c("B" = "blue", "C" = "green"))
c(cm1, cm2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.