getNames: Display Structure of a Class

Description Usage Arguments Details Value See Also Examples

Description

Display the names, class and length of all the slots of a PCEpoly object.

Usage

1
getNames(object)

Arguments

object

object from class PCEpoly.

Details

It is a generic function. Its method is defined in classe PCEpoly.

Value

Nothing. It is a display function.

See Also

Classe PCEpoly.

Examples

1
2
3
4
5
6
7
8
### Load the datase
load(system.file("extdata",  "ishigami200.Rda", package="plspolychaos"))
X <- ishi200[, -ncol(ishi200)] # inputs
Y <- ishi200[,  ncol(ishi200)] # output
pce <- polyLeg(X, Y, degree=6)
### Display recursively the names, class and 
### length of all the components.
getNames(pce)

plspolychaos documentation built on May 29, 2017, 10:44 a.m.