Description Arguments Value See Also Examples
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.
object |
object from class |
Doesn't return any value.
Classes
PCEpoly
,
PCEdesign
and
PCEfit
.
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)'
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.