Learn R Programming

tfer (version 1.3)

getParams: Extract Transfer and Persistence Parameters I

Description

Displays input parameters and arguments passed to transfer.

Usage

getParams(tferObj)

Arguments

tferObj

An object of class transfer

Value

getParams returns a list of input parameters and their corresponding values.

Details

getParams is one of the two accessor functions for a transfer object.

See Also

transfer

Examples

Run this code
# NOT RUN {
library(tfer)

y = transfer()

getParams(y)

# }

Run the code above in your browser using DataLab