getParams: Extract Transfer and Persistence Parameters I

Description Usage Arguments Details Value Author(s) See Also Examples

View source: R/getParams.R

Description

Displays input parameters and arguments passed to transfer.

Usage

1
getParams(tferObj)

Arguments

tferObj

An object of class transfer

Details

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

Value

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

Author(s)

TingYu Huang

See Also

transfer

Examples

1
2
3
4
5
library(tfer)

y = transfer()

getParams(y)

tfer documentation built on July 15, 2020, 5:08 p.m.

Related to getParams in tfer...