R/row_prod.R

Defines functions row_prod

#' row_prod
#' to be documented
#' @usage row_prod(a,W)
#' @param a   to be documented
#' @param W  to be documented
#' @noRd
#'
#' @return to be documented
row_prod<-function(a,W){W*a}

Try the mgwrsar package in your browser

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

mgwrsar documentation built on April 17, 2023, 9:09 a.m.