Description Usage Arguments Details Value Testing Author(s) Examples
show one of the lookup tables created through treeluts
1 2 3 4 5 6 7 8 9 |
n |
number of cuts the table should have |
LUTdir |
directory where to look for LUT files |
lut |
alternative LUT, see description |
clusters |
matrix with cluster assignments (1 column per cut) |
verbose |
provide feedback? |
test |
set to give specific return strings for tests |
... |
ignored |
The LUT can, alternatively, be given through lut
: either a compatible
matrix (3 rows or columns) or a complete file path
LUT used (invisibly)
When test
is set, specific strings are returned for use with
expect_equal
.
Benno Pütz puetz@psych.mpg.de
1 2 3 4 | ## Not run:
show.brain.lut(10, 'luts')
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.