readhex | R Documentation |
This function reads a set of hexadecimal color descriptions from a file and creates a color object containing the corresponding colors.
readhex(file = "", class = "RGB")
file |
The file containing the color descriptions. |
class |
The kind of color object to be returned. |
The file is assumed to contain hexadecimal color descriptions of the form
#RRGGBB
.
An color object of the specified class containing the color descriptions.
Ross Ihaka
writehex
, readRGB
,
hex2RGB
, RGB
, HSV
,
XYZ
, LAB
, polarLAB
,
LUV
, polarLUV
,
## Not run: rgb <- readhex("pastel.txt") hsv <- readhex("pastel.txt", "HSV") ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.