Is there a function that can be used to display a rgb color?
Assuming a rgb color was created like this:
library(grDevices)
test<- rgb(red=100, green=125, blue20, max=225)
How can I check the real color looks like so that can adjust the parameter for red, green and blue?