print.ob_decompose {ddecompose} | R Documentation |
print method for class "ob_decompose"
Description
print method for class "ob_decompose"
Usage
## S3 method for class 'ob_decompose'
print(x, ...)
Arguments
x |
an object of class "ob_decompose", usually , a result of a call to [ob_decompose()]. |
... |
other parameters to be passed through to printing functions. |
Value
The function print.ob_decompose()
displays the decompositions terms saved in x
.
[Package ddecompose version 1.0.0 Index]