Package: colorplane 0.5.0
colorplane: Basic S4 Classes and Methods for Mapping Between Numeric Values and Colors
A simple set of classes and methods for mapping between scalar intensity values and colors. There is also support for layering maps on top of one another using alpha composition.
Authors:
colorplane_0.5.0.tar.gz
colorplane_0.5.0.zip(r-4.5)colorplane_0.5.0.zip(r-4.4)colorplane_0.5.0.zip(r-4.3)
colorplane_0.5.0.tgz(r-4.4-any)colorplane_0.5.0.tgz(r-4.3-any)
colorplane_0.5.0.tar.gz(r-4.5-noble)colorplane_0.5.0.tar.gz(r-4.4-noble)
colorplane_0.5.0.tgz(r-4.4-emscripten)colorplane_0.5.0.tgz(r-4.3-emscripten)
colorplane.pdf |colorplane.html✨
colorplane/json (API)
NEWS
# Install 'colorplane' in R: |
install.packages('colorplane', repos = c('https://bbuchsbaum.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/bbuchsbaum/colorplane/issues
Last updated 2 years agofrom:1b7a26fec6. Checks:OK: 7. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 05 2024 |
R-4.5-win | OK | Nov 05 2024 |
R-4.5-linux | OK | Nov 05 2024 |
R-4.4-win | OK | Nov 05 2024 |
R-4.4-mac | OK | Nov 05 2024 |
R-4.3-win | OK | Nov 05 2024 |
R-4.3-mac | OK | Nov 05 2024 |
Exports:alpha_channelas_hexcolas_rgbblend_colorscol2hexConstantColorPlaneDiscreteColorPlaneget_colorHexColorPlaneIntensityColorPlanemap_colorsRGBColorPlane
Dependencies:assertthat
Readme and manuals
Help Manual
Help page | Topics |
---|---|
alpha_channel | alpha_channel alpha_channel,ConstantColorPlane-method alpha_channel,HexColorPlane-method alpha_channel,RGBColorPlane-method |
convert to hex colors | as_hexcol as_hexcol,HexColorPlane-method as_hexcol,RGBColorPlane-method |
convert to rgb colors | as_rgb as_rgb,ConstantColorPlane-method as_rgb,HexColorPlane-method as_rgb,RGBColorPlane-method |
blend two color planes | blend_colors blend_colors,ColorPlane,ColorPlane,missing-method blend_colors,ColorPlane,ColorPlane,numeric-method blend_colors,HexColorPlane,ConstantColorPlane,numeric-method blend_colors,HexColorPlane,RGBColorPlane,numeric-method |
convert color name to hex character string | col2hex |
ColorPlane | ColorPlane-class |
ColorScale | ColorScale-class |
ConstantColorPlane | ConstantColorPlane ConstantColorPlane-class |
DiscreteColorPlane | DiscreteColorPlane DiscreteColorPlane-class |
get_color | get_color |
HexColorPlane | HexColorPlane HexColorPlane-class |
IntensityColorPlane | IntensityColorPlane IntensityColorPlane-class |
map data values to a set of colors | map_colors map_colors,ConstantColorPlane-method map_colors,DiscreteColorPlane-method map_colors,HexColorPlane-method map_colors,IntensityColorPlane-method |
convert rgb colors to hex colors | rgb2hex |
RGBColorPlane | RGBColorPlane RGBColorPlane-class |