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 Sept. 15, 2024, 7:51 a.m.