Learn R Programming

MRIaggr (version 1.1.3)

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

Description

Extract the history of a MRIaggr object.

Usage

## S3 method for class '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.

concept

select.

Examples

Run this code
## load a MRIaggr object
data("MRIaggr.Pat1_red", package = "MRIaggr")

## selection
selectHistory(MRIaggr.Pat1_red)

Run the code above in your browser using DataLab