R/nicer.R

Defines functions nicer

nicer <- function(a){
  m <- max(sapply(a, length))
  t(sapply(a, add, m))
}

Try the WCE package in your browser

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

WCE documentation built on May 29, 2024, 2:40 a.m.