Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.