Learn R Programming

GMCM (version 1.4.1)

print.theta: Print method for theta class

Description

Print method for theta class

Usage

# S3 method for theta
print(x, ...)

Value

Invisibly returns x.

Arguments

x

A theta object. See rtheta.

...

Arguments to be passed to subsequent methods.

Author

Anders Ellern Bilgrau <anders.ellern.bilgrau@gmail.com>

Examples

Run this code
theta <- rtheta()
print(theta)

Run the code above in your browser using DataLab