register.color_palette {grDevices} R Documentation

register a custom color palette to the graphics system

Description

Usage

register.color_palette(
    name = NULL,
    palette = NULL);

Arguments

name

[as string]

palette

A set of the colors or a function for produce the color palette from a given name.

env

[as Environment]

Details

Authors

graphics

Value

this function returns data object of type any kind.

clr value class

Examples


[Package grDevices version 1.0.0.0 Index]