R/draw_cell.R

Defines functions draw_cell

draw_cell <- function(cell, i, j) {
  draw_raster(cell2grob(cell), i, j)
}

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.