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