R/wrap.labels.R

wrap.labels <-
function(x, len)
{
  if (is.list(x))
  {
    lapply(x, wrap.it, len)
  } else {
    wrap.it(x, len)
  }
}
osmarllq/myFun documentation built on May 24, 2019, 4:53 p.m.