View source: R/read_cifti_header.R
| cifti.validate.index.range | R Documentation |
Check that all indices are within a valid range.
cifti.validate.index.range(indices, max_index, what, filepath = "")
indices |
integer vector, the indices to check. |
max_index |
integer, the largest allowed index. |
what |
character string, a description of what the indices are, used in the error message. |
filepath |
character string, the file path, used in error messages. |
NULL, invisibly. Stops with a descriptive error if an index is out
of range.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.