R/plot.ICA.R

Defines functions plot.ICA

Documented in plot.ICA

plot.ICA <-
function(x, ..., xlab = "Iteration", ylab = "Value",
                     main = "ICA History", col = "red") {
  plot(x$trace, xlab = xlab, ylab = ylab, main = main, type = "l", col = col)
}

Try the ICAFF package in your browser

Any scripts or data that you put into this service are public.

ICAFF documentation built on May 1, 2019, 6:36 p.m.