paletti icon indicating copy to clipboard operation
paletti copied to clipboard

Creating colour palettes from your own palette or list of palettes.

Results 2 paletti issues
Sort by recently updated
recently updated
newest added

I am new to pull requests, so please let me know if this doesn't meet your standards or you have any questions. This addresses the issue #1 by swapping out...

``` r library("ggplot2") # Installed using: # remotes::install_github("edwinth/paletti", INSTALL_opts = c("--no-multiarch")) library("paletti") # Based off the README.md example but using a list-based palette my_comp_col Error in pal_object(palette = palette, palette_list...