S-PLUS Default Image Colors

DESCRIPTION:

Unnamed vector containing the RGB hex string values for the 256 colors in the default S-PLUS global image color palette.

EXAMPLES:

# Reset the image palette to the default colors
image.palette(splus.default.image.colors)

# Use shorthand to reset the image palette to the default colors
image.palette("default")