R/wisconsin.R

"wisconsin" <-
  function (x) 
{
  x <- decostand(x, "max", 2)
  x <- decostand(x, "tot", 1)
  x 
}
pattakosn/Rworkshop documentation built on May 24, 2019, 8:22 p.m.