Learn R Programming

oro.nifti (version 0.7.2)

anlz-nifti-ops: Operations for Objects in the ANALYZE and NIfTI classes

Description

Overloaded operators for anlz and nifti objects

Usage

"Ops"(e1, e2)
"Ops"(e1, e2)
"Ops"(e1, e2)
"Ops"(e1, e2)
"Ops"(e1, e2)

Arguments

e1
object
e2
object

Examples

Run this code

img01 <- anlz(array(1:64, c(4,4,4,1)), datatype=4)
img02 <- anlz(array(64:1, c(4,4,4,1)), datatype=4)
is.anlz(img01 + img02)
is.anlz(sqrt(2) * img01)
is.anlz(img02 / pi)

Run the code above in your browser using DataLab