R/interpolate.R

Defines functions interpolate

interpolate <- function(x, cellx) {
  (x - cellx[1]) / (cellx[2] - cellx[1])
}

Try the minesweeper package in your browser

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

minesweeper documentation built on April 3, 2025, 9:29 p.m.