MRIaggr-selectHistory: Extract the call of the methods applied on the object

Description Usage Arguments Value Examples

Description

Extract the history of a MRIaggr object.

Usage

1
2
## S4 method for signature 'MRIaggr'
selectHistory(object)

Arguments

object

an object of class MRIaggr. REQUIRED.

Value

A list of each calc or const method that was applied to the object. For each method, it contains the call, the date of call and potential extra elements.

Examples

1
2
3
4
5
## load a MRIaggr object
data("MRIaggr.Pat1_red", package = "MRIaggr")

## selection
selectHistory(MRIaggr.Pat1_red)

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