col2string: Converts R colous names to RGB strings

Description Usage Arguments Value Author(s) See Also Examples

View source: R/col2string.R

Description

This function return the RGB string for the R colour name given.

Usage

1

Arguments

x

One of the R colour names returned by colours().

Value

A character string of form #XXXXXX where .

Author(s)

Samuel Brown <s_d_j_brown@hotmail.com>

See Also

colours

Examples

1
2
3
col2string("steelblue2")

col2string("tomato1")

spiderDev documentation built on May 2, 2019, 5:23 p.m.