color_test_palette {mtb} | R Documentation |
Test a color vector
Description
Create a figure using the assigned color vector
Usage
color_test_palette(colvect = c(), type = "line")
Arguments
colvect |
A vector returned by |
type |
One of
|
Value
A plot
Examples
color_test_palette( setNames(c(1,2,3,4), c('apple','orange','avocado','lime') ))
[Package mtb version 0.1.8 Index]