MRIaggr-supprDescStats: Remove an element of ls_descStats

Description Usage Arguments Value See Also Examples

Description

Remove an element from the ls_descStat attribute of a MRIaggr object.

Usage

1
2
3
## S4 replacement method for signature 'MRIaggr'
supprDescStats(object, 
         verbose = optionsMRIaggr("verbose")) <- value

Arguments

object

an object of class MRIaggr. REQUIRED.

value

the name of the element(s) that should be removed. character vector. REQUIRED.

verbose

should the execution of the function be traced ? logical.

Value

None.

See Also

allocDescStats<- to allocate an element to the ls_descStat attribute.
selectParameter to display the elements of the ls_descStat attribute.

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
## load a MRIaggr object
data("MRIaggr.Pat1_red", package = "MRIaggr")

## existing elements in @ls_descStats
selectParameter(MRIaggr.Pat1_red, type = "ls_descStats")

## delete one element in @ls_descStats
supprDescStats(MRIaggr.Pat1_red) <- "index_sauve"

## remaining elements in @ls_descStats
selectParameter(MRIaggr.Pat1_red, "ls_descStats")

bozenne/MRIaggr documentation built on May 13, 2019, 1:39 a.m.