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 color_set_palette()

type

One of

  • 'line' for using the color vector on a line plot (Default)

  • 'box' for using the color vector on a box plot.

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]