R/IC.R

IC <-
  function(length, width, thickness) {
    lw <- pmin(length, width)
    ic <- lw / thickness
    ic
  }

Try the tipom package in your browser

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

tipom documentation built on May 2, 2019, 3:28 p.m.