print.OEFPIL: Print function for an object of class 'OEFPIL'

Description Usage Arguments Value See Also Examples

View source: R/print.OEFPIL.R

Description

Function prints the information about an object of class "OEFPIL".

Usage

1
2
## S3 method for class 'OEFPIL'
print(x, ...)

Arguments

x

an object of class "OEFPIL" (a result of a call to OEFPIL).

...

other arguments.

Value

Function prints short summary of "OEFPIL" object into the console. In case of assigning value into the variable, it returns object of class "OEFPIL", which is a list with components defined in OEFPIL.

See Also

OEFPIL

Examples

1
2
3
4
##-- Continuing the coef.OEFPIL(.) example:

##Use of print function
print(st1)

OEFPIL documentation built on Nov. 4, 2021, 5:07 p.m.