| seq_mnsl {munsell} | R Documentation |
Generate a sequence of Munsell colours
seq_mnsl(from, to, n)
from |
character string of first Munsell colour |
to |
character string of last Munsell colour |
n |
number of colours in sequence |
Generates a sequence of Munsell colours. The sequence is generated by finding the closest munsell colours to a equidistant sequence of colours in #' LUV space.
character vector of Munsell colours
seq_mnsl("5R 2/4", "5R 5/16", 4)
plot_mnsl(seq_mnsl("5R 2/4", "5R 5/16", 4))
plot_mnsl(seq_mnsl("5R 2/4", complement("5R 2/4", fix = TRUE), 5))