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 theta object. See rtheta.

...

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]