apply.color {colorpatch} | R Documentation |
Applies a function to each entry of a colorspace::color palette.
Description
Applies a function to each entry of a colorspace::color palette.
Usage
apply.color(X, FUN, ...)
Arguments
X |
the color palette |
FUN |
the function to be applied |
... |
extra arguments to FUN |
Value
a list of each result of FUN applied to each entry in X
[Package colorpatch version 0.1.2 Index]