print.EMFASTICAALG: print.EMFASTICAALG

Description Usage Arguments Value Examples

Description

print method for class EMFASTICAALG.

Usage

1
2
## S3 method for class 'EMFASTICAALG'
print(x, ...)

Arguments

x

An EMFASTICA object.

...

Value

Returned (invisibly) is the full value of x itself.

Examples

1
2
3
4
5
## An Example that runs the NSMM-ICA algorithm on Cohen's tone data
data(tonedata, package="mixtools")

b <- EMFASTICAALG(tonedata, 2, h=0, tol=1e-8)
print(b)

icamix documentation built on May 2, 2019, 3:41 p.m.