Package: monochromeR 0.2.0
Cara Thompson
monochromeR: Easily Create, View and Use Monochrome Colour Palettes
Generate a monochrome palette from a starting colour for a specified number of colours. The package can also be used to display colour palettes in the plot window, with or without hex codes and colour labels.
Authors:
monochromeR_0.2.0.tar.gz
monochromeR_0.2.0.zip(r-4.5)monochromeR_0.2.0.zip(r-4.4)monochromeR_0.2.0.zip(r-4.3)
monochromeR_0.2.0.tgz(r-4.4-any)monochromeR_0.2.0.tgz(r-4.3-any)
monochromeR_0.2.0.tar.gz(r-4.5-noble)monochromeR_0.2.0.tar.gz(r-4.4-noble)
monochromeR_0.2.0.tgz(r-4.4-emscripten)monochromeR_0.2.0.tgz(r-4.3-emscripten)
monochromeR.pdf |monochromeR.html✨
monochromeR/json (API)
# Install 'monochromeR' in R: |
install.packages('monochromeR', repos = c('https://cararthompson.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/cararthompson/monochromer/issues
color-palettedatavizggplot2palettepalette-generation
Last updated 1 years agofrom:8c869e8780. Checks:OK: 7. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Oct 31 2024 |
R-4.5-win | OK | Oct 31 2024 |
R-4.5-linux | OK | Oct 31 2024 |
R-4.4-win | OK | Oct 31 2024 |
R-4.4-mac | OK | Oct 31 2024 |
R-4.3-win | OK | Oct 31 2024 |
R-4.3-mac | OK | Oct 31 2024 |
Exports:%>%check_colour_return_rgbgenerate_palettehex_to_rgbrgb_to_hexrgba_to_hexrgba_to_rgbview_palette
Dependencies:clicolorspacefansifarverggplot2gluegtableisobandlabelinglatticelifecyclemagrittrMASSMatrixmgcvmunsellnlmepillarpkgconfigR6RColorBrewerrlangscalestibbleutf8vctrsviridisLitewithr
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Checks colour variables are either RGB values, hex colour codes or a recognised colour name and converts to rgb (helper funct) | check_colour_return_rgb |
Generate a monochrome palette | generate_palette |
Converts Hex codes values to RGB vectors | hex_to_rgb |
Converts RGB values to hex colour code | rgb_to_hex |
rgba_to_hex | rgba_to_hex |
Converts RGBA to RGB (helper function) | rgba_to_rgb |
Easy way to view the created palette | view_palette |