R/g.shell.GGIR.R

Defines functions g.shell.GGIR

Documented in g.shell.GGIR

g.shell.GGIR = function(...) {
  .args <- as.list(match.call()[-1])
  do.call(GGIR, .args)
}

Try the GGIR package in your browser

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

GGIR documentation built on Sept. 11, 2024, 8:59 p.m.