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]))
}

Try the tripEstimation package in your browser

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

tripEstimation documentation built on May 2, 2019, 4:59 p.m.