R/Abintang2.R

#' @title A**
#' @description support function to GUI Multiplier function. Not intended to be called directly.
#' @details this function is to calculate Abintang2 matrix for accounting multipier decomposition.
#' @param Abintang A* matrix that generate by ABintang function in Abintang.R
#' @author Tiara Dewi
#' @export


getABintang2 <- function (Abintang){
  Abintang2 <- Abintang %*% Abintang
  return (Abintang2)
}

Try the multiplier package in your browser

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

multiplier documentation built on May 2, 2019, 5:56 p.m.