R/plot.cors.R

Defines functions plot.CCM

Documented in plot.CCM

plot.CCM <-
function(x, y, index, no.plot = FALSE, ...) {
   KK = split(x[index,], y)
   if (no.plot) return(KK)
   boxplot(KK, ...)
}
gdancik/CCM documentation built on Aug. 23, 2022, 4:31 a.m.