powered by
Call or modify lisa palettes
lisa_palette(name, n, type = c("discrete", "continuous"))
Name of desired palette. See names(lisa).
names(lisa)
Number of colors desired.
Either "continuous" or "discrete". Use continuous if you want to automatically interpolate between colors.
A vector of colors.
# NOT RUN { lisa_palette(name = "Prince", n = 10, type = "continuous") lisa_palette("PabloPicasso", 2, "discrete") # }
Run the code above in your browser using DataLab