/palettonr

R package to import and handle palettes from paletton.com

Primary LanguageROtherNOASSERTION

CRAN_Status_Badge

Welcome to the palettonr package!

This is just a template. Please remove, add or edit parts as you see fit.

Installing the package

To install the current stable, CRAN version of the package, type:

install.packages("palettonr")

To benefit from the latest features and bug fixes, install the development, github version of the package using:

devtools::install_github("thibautjombart/palettonr")

Note that this requires the package devtools installed.

What does it do?

The main features of the package include:

  • import_paletton: imports color palettes generated on paletton.com; workflow is:

    1. design your palette
    2. go to 'Tables / Export'
    3. export 'as text'
    4. copy all content
    5. go to R and type import_paletton()
  • plot: plot your palettonr object

  • get_palette/get_palettes: extract color palettes from a palettonr object

  • get_colors: get a number of colors from a palettonr object

Resources

Vignettes

No vignette yet.

Websites

No website yet.

Getting help online

Bug reports and feature requests should be posted on github using the issue system.

Contributions are welcome via pull requests.

Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.