R/plot.ticm.R

Defines functions plot.ticm

Documented in plot.ticm

plot.ticm <- function(x, ...) {
  S_matrix <- x$ICA$S
  pairs(S_matrix, ...)
}

Try the TICM package in your browser

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

TICM documentation built on Feb. 12, 2026, 1:07 a.m.