print.mcgf {mcgf}R Documentation

Print an mcgf object.

Description

Print an mcgf object.

Usage

## S3 method for class 'mcgf'
print(x, attr = ".Data", ...)

Arguments

x

An mcgf object.

attr

Attribute to be printed.

...

Optional arguments to print methods.

Value

No return value, called for side effects.

Examples

data(sim1)
sim1_mcgf <- mcgf(sim1$data, dists = sim1$dists)
print(sim1_mcgf, "dists")

[Package mcgf version 1.1.1 Index]