nifti_assign-methods: Methods for Function [<- in Package 'base'

nifti_assign-methodsR Documentation

Methods for Function [<- in Package 'base'

Description

Methods for function [<- in Package 'base'

Methods

x = "nifti", i = "ANY", j = "ANY", value = "ANY"

Replaces the data at the provided co-ordinates with the value provided and updates the header.

x = "nifti", i = "numeric", j = "numeric", value = "ANY"

Replaces the data at the provided co-ordinates with the value provided and updates the header.

x = "nifti", i = "ANY", j = "missing", value = "ANY"

Replaces the data row i of the provided nifti object with the value provided and updates the header.

x = "nifti", i = "numeric", j = "missing", value = "ANY"

Replaces the data row i of the provided nifti object with the value provided and updates the header.

x = "nifti", i = "missing", j = "missing", value = "array"

Replaces the data of the provided nifti object with the array provided and updates the header.


muschellij2/oro.nifti documentation built on Sept. 9, 2024, 7:14 a.m.