Learn R Programming

tfer (version 1.1)

parameters: Extract Transfer and Persistence Parameters II

Description

The initial information specified by the user are concatenated and displayed as a string. Users may find this more informative than para as it displays what the parameters denote.

Usage

parameters(object)

Arguments

object

An object of class transfer

Value

parameters displays the input parameters and arguments provided by the user as a string.

Details

parameters is a generic function with a default method only.

See Also

para, transfer

Examples

Run this code
# NOT RUN {
library(tfer)
y = transfer()

parameters(y)

## compare with para(y)
para(y)
# }

Run the code above in your browser using DataLab