Description Usage Arguments Value
View source: R/gifti_map_value.R
Takes values and maps them to the correct triangles in space.
1 2 3 4 5 6 7 | gifti_map_value(
pointset,
triangle,
values,
indices = seq(nrow(pointset)),
add_one = TRUE
)
|
pointset |
pointset from GIFTI |
triangle |
triangles from GIFTI |
values |
Values to map to the triangles. Same length as indices |
indices |
indices to place the values, must be in the range of 1 and
the number of rows of |
add_one |
Should |
A list of coordinates (in triangles) and the corresponding value mapped to those triangles
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.