parameters: Extract Transfer and Persistence Parameters II

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

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

1
parameters(object)

Arguments

object

An object of class transfer

Details

parameters is a generic function with a default method only.

Value

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

Author(s)

TingYu Huang

See Also

para, transfer

Examples

1
2
3
4
5
6
7
library(tfer)
y = transfer()

parameters(y)

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

jmcurran/tfer documentation built on May 19, 2019, 1:53 p.m.