Learn R Programming

polychaosbasics (version 1.1-0)

getNames: Display Structure of a Class

Description

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

Usage

getNames(object)

Arguments

object
object from class PCEpoly or PCEfit.

Value

Doesn't return any value.

Details

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

See Also

Classes PCEpoly and PCEfit.

Examples

Run this code
# 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)

Run the code above in your browser using DataLab