Last data update: 2014.03.03

R: color properties object
colorPropertiesR Documentation

color properties object

Description

create a color properties object.

Usage

colorProperties(value = "black")

## S3 method for class 'colorProperties'
print(x, ...)

## S3 method for class 'colorProperties'
as.character(x, ...)

Arguments

value

valid color

x

a colorProperties object

...

unused

Results