print.theta {GMCM} | R Documentation |
Print method for theta class
Description
Print method for theta class
Usage
## S3 method for class 'theta'
print(x, ...)
Arguments
x |
A |
... |
Arguments to be passed to subsequent methods. |
Value
Invisibly returns x
.
Author(s)
Anders Ellern Bilgrau <anders.ellern.bilgrau@gmail.com>
Examples
theta <- rtheta()
print(theta)
[Package GMCM version 1.4 Index]