R/appliquePonder.R

Defines functions appliquePonder

appliquePonder <-
function(var, pond){
  res <- var * pond
  return (res)
}

Try the ROP package in your browser

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

ROP documentation built on May 2, 2019, 6:12 a.m.