Learn R Programming

icamix (version 1.0.6)

plot.EMFASTICAALG:

Description

plot method for class EMFASTICAALG.

Usage

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

Arguments

x
An 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.

Value

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

Examples

Run this code
## 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(b)

Run the code above in your browser using DataLab