test_bs_color: Test the bootstrap validity of a color

View source: R/test_bs_color.R

test_bs_colorR Documentation

Test the bootstrap validity of a color

Description

Test the bootstrap validity of a color

Usage

test_bs_color(color, transparent = FALSE, default = FALSE, bw = TRUE)

Arguments

color

color to test

transparent

Is transparent color authorized ?

default

Is default color authorized ?

bw

Is black ans white authorized ?

Value

A error message if the color is invalid

Examples

test_bs_color(
color = "default" 
)
test_bs_color(
color = "default",
default = TRUE
)

mhanf/multiplyR documentation built on May 17, 2022, 7:41 a.m.