Description Usage Arguments Details Value Author(s) Examples
The file will be read as binary with three (unsigned) bytes per color and return a color matrix with columns corresponding to the color entries (RGB).
1 |
file |
lookup table file |
length |
number of color entries to read |
... |
ignored |
If length
is specified, read only that many entries, otherwise all.
Some consistency checks on the file size are performed.
color matrix (see description)
Benno Pütz puetz@psych.mpg.de
1 2 3 4 | ## Not run:
lut <- readlut('test.lut')
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.