plot.summary.EMFASTICAALG: plot.summary.EMFASTICAALG

Description Usage Arguments Examples

Description

plot method for class summary.EMFASTICAALG.

Usage

1
2
## S3 method for class 'summary.EMFASTICAALG'
plot(x, vec1 = c(1:2), vec2 = c(1:2), ...)

Arguments

x

An summary.EMFASTICAALG object.

vec1

An integer vector of length two specifying the coordinates with respect to which the data is scatter plotted.

vec2

An integer vector of length two specifying the coordinates with respect to which the original signal for each mixture component is scatter plotted.

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)
plot(summary(b))

xiaotianzhu/icamix documentation built on May 20, 2019, 6:02 p.m.