Usage
"initParameter"(object, param, test = TRUE, init = FALSE, accept.coords = TRUE, accept.mask = TRUE, accept.index = TRUE, arg_name = "param", long_name = "parameters", method)
Arguments
object
an object of class MRIaggr
.
param
the contrast parameters to check or initialize. character vector or NULL
.
test
should the parameters be checked ? logical.
init
should the parameters be initialized if param
equals NULL
? logical.
accept.coords
should coordinates be accepted as parameters ? logical.
accept.mask
should mask be accepted as a parameter ? logical.
accept.index
should index be accepted as a parameter ? logical.
arg_name
a short name for the error message. character.
long_name
the complete name for the error message. character.
method
the name of the function that called the initializer. character.