R/coords.pimg.R

Defines functions `coords.pimg`

`coords.pimg` <-
function(pimg) {
  list(x=seq(pimg$xbound[1],pimg$xbound[2],length=pimg$xbound[3]),
       y=seq(pimg$ybound[1],pimg$ybound[2],length=pimg$ybound[3]))
}
mdsumner/tripEstimation documentation built on May 2, 2023, 12:49 p.m.