View source: R/newdata_xifti.R
newdata_xifti | R Documentation |
"xifti"
Replace the data in a "xifti"
with new data from a data matrix.
newdata_xifti(xifti, newdata, newnames = NULL)
xifti |
A |
newdata |
The If Can also be a length-one vector to set all values equally. |
newnames |
Replaces the names in the |
If the "xifti"
has V
grayordinates and T
measurements\,
newdata
should be a V \times Q
matrix. If Q
is not equal to T
, then any column names or label tables will be
removed. (A "dlabel" will be converted to a "dscalar".)
The new "xifti"
Other manipulating xifti:
add_surf()
,
apply_parc()
,
apply_xifti()
,
combine_xifti()
,
convert_to_dlabel()
,
merge_xifti()
,
move_to_mwall()
,
move_to_submask()
,
remap_cifti()
,
remove_xifti()
,
resample_cifti()
,
resample_cifti_from_template()
,
scale_xifti()
,
select_xifti()
,
set_names_xifti()
,
smooth_cifti()
,
transform_xifti()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.