Description Usage Arguments Details Value See Also Examples
Remove a contrast parameter from a MRIaggr
object.
1 2 3 | ## S4 replacement method for signature 'MRIaggr'
supprContrast(object,
verbose = optionsMRIaggr("verbose")) <- value
|
object |
an object of class |
value |
the name of the parameter(s) that should be removed. character vector. REQUIRED. |
verbose |
should the execution of the function be traced ? logical. |
ARGUMENTS:
value
can be a numeric vector indicating the position of the parameters to remove in the data
slot.
None.
allocContrast<-
to allocate a contrast parameter.
selectParameter
to display the contrast parameters.
1 2 3 4 5 6 7 8 9 10 11 | ## load a MRIaggr object
data("MRIaggr.Pat1_red", package = "MRIaggr")
## available contrast parameters
selectParameter(MRIaggr.Pat1_red)
## delete two contrast parameters
supprContrast(MRIaggr.Pat1_red) <- c("MTT_t0", "MASK_DWI_t0")
## remaining contrast parameters
selectParameter(MRIaggr.Pat1_red)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.