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.7)monochromeR_0.2.0.zip(r-4.6)monochromeR_0.2.0.zip(r-4.5)
monochromeR_0.2.0.tgz(r-4.6-any)monochromeR_0.2.0.tgz(r-4.5-any)
monochromeR_0.2.0.tar.gz(r-4.7-any)monochromeR_0.2.0.tar.gz(r-4.6-any)
monochromeR_0.2.0.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
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 from:8c869e8780. Checks:9 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 103 | ||
| source / vignettes | OK | 157 | ||
| linux-release-x86_64 | OK | 111 | ||
| macos-release-arm64 | OK | 113 | ||
| macos-oldrel-arm64 | OK | 125 | ||
| windows-devel | OK | 64 | ||
| windows-release | OK | 62 | ||
| windows-oldrel | OK | 59 | ||
| wasm-release | OK | 95 |
Exports:%>%check_colour_return_rgbgenerate_palettehex_to_rgbrgb_to_hexrgba_to_hexrgba_to_rgbview_palette
Dependencies:clicpp11farverggplot2gluegtableisobandlabelinglifecyclemagrittrR6RColorBrewerrlangS7scalesvctrsviridisLitewithr
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 |