Learn R Programming

polychaosbasics (version 1.1-0)

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

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

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

Run the code above in your browser using DataLab