plot(modify_hcl("red", h = 160))
plot(modify_hcl("red", h = h + 50))
plot(modify_hcl("red", h = h + 1:100))
plot(modify_hcl("red", c = c - 1:200))
plot(modify_hcl("red", l = l + 1:50))
plot(modify_hcl(rainbow(10), l = 25))
plot(modify_hcl(rainbow(10), h + h / 2, l = 70))
Run the code above in your browser using DataLab