plot_colors {creditmodel}R Documentation

Plot Colors

Description

You can use the plot_colors to show colors on the graph device.

Usage

plot_colors(colors)

color_ramp_palette(colors)

Arguments

colors

A vector of colors.

Examples

plot_colors(rgb(158,122,122, maxColorValue = 255 ))

[Package creditmodel version 1.3.1 Index]