getParams {tfer} | R Documentation |
Displays input parameters and arguments passed to transfer
.
getParams(tferObj)
tferObj |
An object of class |
getParams
is one of the two accessor functions for a transfer
object.
getParams
returns a list of input parameters and their corresponding values.
TingYu Huang
library(tfer)
y = transfer()
getParams(y)