show: Methods 'show' for Classes of the Package 'polychaosbasics'

Description Arguments Value See Also Examples

Description

Methods for the generic function 'show' are defined for the classes PCEpoly, PCEdesign and PCEfit. They do the same thing as the print methods when those are invoked without any argument.

Arguments

object

object from class PCEpoly, PCEdesign or PCEfit.

Value

Doesn't return any value.

See Also

Classes PCEpoly, PCEdesign 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')
# Standard display the returned PCEpoly object:
pce # it is equivalent to 'show(pce)'

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