print.theta {GMCM} | R Documentation |
Print method for theta class
## S3 method for class 'theta'
print(x, ...)
x |
A |
... |
Arguments to be passed to subsequent methods. |
Invisibly returns x
.
Anders Ellern Bilgrau <anders.ellern.bilgrau@gmail.com>
theta <- rtheta()
print(theta)