Learn R Programming

tfer (version 1.1)

para: Extract Transfer and Persistence Parameters I

Description

Displays input parameters and arguments passed to transfer.

Usage

para(object)

Arguments

object

An object of class transfer

Value

para returns a vector of input parameters and their corresponding arguments.

Details

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

See Also

parameters, transfer

Examples

Run this code
# NOT RUN {
library(tfer)

y = transfer()

para(y)
# }

Run the code above in your browser using DataLab