append,color-method {colorpatch} | R Documentation |
Appends two palettes to form a single palette.
Description
Applies to the colorspace::color class.
Usage
## S4 method for signature 'color'
append(x, values, after = length(x))
Arguments
x |
the color palette to be modified. |
values |
another color palette to be appended |
after |
currently unimplemented. |
[Package colorpatch version 0.1.2 Index]