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 or PCEfit object.

Usage

1
getNames(object)

Arguments

object

object from class PCEpoly or PCEfit.

Details

It is a generic function. Its methods are defined in classes PCEpoly and PCEfit.

Value

Doesn't return any value.

See Also

Classes PCEpoly and PCEfit.

Examples

1
2
3
4
5
# Build Legendre polynomial degree 6 on a dataset
# simulated by using the Ishigami function:
pce <- analyticsPolyLeg(100, 6, 'ishigami')
# Display what contains the returned PCEpoly object:
getNames(pce)

polychaosbasics documentation built on May 29, 2017, 12:58 p.m.