S-PLUS Default Palette Colors

DESCRIPTION:

Named character vector containing the RGB hex string values for the 16 colors in the default S-PLUS global color palette: "sblack", "sdarkblue", "sdarkred", "sgreen", "sorange", "sblue", "sbrown", "sbrick", "slightcyan", "slightmagenta", "slightgreen", "slightorange", "slightblue", "slightyellow", "slightcoral", "sgray".

EXAMPLES:

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

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