Skip to contents

Print method for summary.nmf.gmm objects

Usage

# S3 method for class 'summary.nmf.gmm'
print(x, digits = max(3L, getOption("digits") - 3L), ...)

Arguments

x

A "summary.nmf.gmm" object.

digits

Minimum significant digits.

...

Ignored.

Value

x, invisibly.

Development status

Part of the experimental NMF-GMM family: see nmf.gmm. The interface may change in future versions — argument names, defaults and the contents of the returned object are not yet stable.