powered by
processes a custom jpeg image producing a palett with a user-defined number of colours
palette_maker(image_path = NA, number_of_colors = 20)
relative path to the custom image, including .jpeg extension
number of different colors desired for the resulting palette
# NOT RUN { palette_maker("data/nascita_venere.jpg",number_of_colors = 20) # }
Run the code above in your browser using DataLab