Package: painter 0.1.0
painter: Creation and Manipulation of Color Palettes
Functions for creating color palettes, visualizing palettes, modifying colors, and assigning colors for plotting.
Authors:
painter_0.1.0.tar.gz
painter_0.1.0.zip(r-4.5)painter_0.1.0.zip(r-4.4)painter_0.1.0.zip(r-4.3)
painter_0.1.0.tgz(r-4.4-any)painter_0.1.0.tgz(r-4.3-any)
painter_0.1.0.tar.gz(r-4.5-noble)painter_0.1.0.tar.gz(r-4.4-noble)
painter_0.1.0.tgz(r-4.4-emscripten)painter_0.1.0.tgz(r-4.3-emscripten)
painter.pdf |painter.html✨
painter/json (API)
# Install 'painter' in R: |
install.packages('painter', repos = c('https://bsandel.r-universe.dev', 'https://cloud.r-project.org')) |
This package does not link to any Github/Gitlab/R-forge repository. No issue tracker or development information is available.
Last updated 6 years agofrom:3a9c0a565c. Checks:OK: 7. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 01 2024 |
R-4.5-win | OK | Nov 01 2024 |
R-4.5-linux | OK | Nov 01 2024 |
R-4.4-win | OK | Nov 01 2024 |
R-4.4-mac | OK | Nov 01 2024 |
R-4.3-win | OK | Nov 01 2024 |
R-4.3-mac | OK | Nov 01 2024 |
Exports:ColorByColorBy2ComplementComplementPaletteGetHueGetOpacityGetSaturationGetValueMixPaletteSetHueSetOpacitySetSaturationSetValueTestPaletteVisPalette
Dependencies:
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Assign colors using one or two numeric vectors | ColorBy ColorBy2 |
Generate the complement (opposite hue) of a color, or generate a palette from a color and its complement. | Complement ComplementPalette |
Extract the opacity, hue, saturation or value from a color or vector of colors | GetHue GetOpacity GetSaturation GetValue |
Create mixtures of color pairs, in either RGB or HSV mode. | Mix |
Generates a color palette (a vector of colors) between two specified colors. | Palette |
Modify the opacity, hue, saturation or value of color(s) | SetHue SetOpacity SetSaturation SetValue |
Tools for seeing a palette, and how it spans HSV space. | TestPalette VisPalette |