Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alexpreynolds/r-utilities
A set of utilities for R
https://github.com/alexpreynolds/r-utilities
Last synced: about 21 hours ago
JSON representation
A set of utilities for R
- Host: GitHub
- URL: https://github.com/alexpreynolds/r-utilities
- Owner: alexpreynolds
- Created: 2013-11-27T23:20:51.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2013-11-28T00:04:03.000Z (almost 11 years ago)
- Last Synced: 2023-08-06T10:51:04.926Z (over 1 year ago)
- Size: 109 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
r-utilities
===========A set of utilities for R
:rgb2col:
More or less the inverse of R's built-in ``col2rgb()`` function.
Converts RGB (red, green and blue) color values from 0..255 to the `nearest R color name `_.
Useful when writing web services or other scripts that generate figures with R, using a standard web palette.