R/meshgrid.R

`meshgrid` <-
function(a,b) {
  return(list( x=outer(b*0,a,FUN="+"), y=outer(b,a*0,FUN="+") ))
}

Try the RTOMO package in your browser

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

RTOMO documentation built on May 2, 2019, 3:35 p.m.