check_nifti(
x,
reorient = FALSE,
allow.array = FALSE,
fast = FALSE,
need_header = TRUE,
...
)# S4 method for nifti
check_nifti(
x,
reorient = FALSE,
allow.array = FALSE,
fast = FALSE,
need_header = TRUE,
...
)
# S4 method for character
check_nifti(
x,
reorient = FALSE,
allow.array = FALSE,
fast = FALSE,
need_header = TRUE,
...
)
# S4 method for factor
check_nifti(
x,
reorient = FALSE,
allow.array = FALSE,
fast = FALSE,
need_header = TRUE,
...
)
# S4 method for list
check_nifti(
x,
reorient = FALSE,
allow.array = FALSE,
fast = FALSE,
need_header = TRUE,
...
)
# S4 method for array
check_nifti(
x,
reorient = FALSE,
allow.array = FALSE,
fast = FALSE,
need_header = FALSE,
...
)
# S4 method for anlz
check_nifti(
x,
reorient = FALSE,
allow.array = FALSE,
fast = FALSE,
need_header = TRUE,
...
)
# S4 method for ANY
check_nifti(
x,
reorient = FALSE,
allow.array = FALSE,
fast = FALSE,
need_header = TRUE,
...
)