getParams {tfer}R Documentation

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

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


library(tfer)

y = transfer()

getParams(y)


[Package tfer version 1.3 Index]