R/locpath.R

Defines functions locpath

Documented in locpath

locpath <-
function(Bdata) 
  {loc <- which (colnames(Bdata)=="path",arr.ind=TRUE)
  return (loc)}

Try the Biograph package in your browser

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

Biograph documentation built on May 1, 2019, 8:48 p.m.