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, ...)
}

Try the CCM package in your browser

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

CCM documentation built on May 1, 2019, 10:19 p.m.