Learn R Programming

creditmodel (version 1.3.1)

plot_colors: 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

Run this code
# NOT RUN {
plot_colors(rgb(158,122,122, maxColorValue = 255 ))
# }

Run the code above in your browser using DataLab