R/reduction.R

Defines functions .reduction

.reduction <- function(LHS, RHS, attributes) {

  RHS <- .difference2(RHS, LHS)

  return(list(lhs = LHS,
              rhs = RHS))

}
neuroimaginador/fcaR documentation built on May 3, 2024, 12:25 a.m.