plot
method for class EMFASTICAALG
.# S3 method for EMFASTICAALG
plot(x, vec1 = c(1:2), vec2 = c(1:2), ...)
EMFASTICAALG
object.
x
itself.
## 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