plot a rough graticule over a projected raster

grat(x)

Arguments

x

a projected raster

Value

side effect draws on existing plot

Examples

x <- any_region() raster::plot(raster::extent(x))
grat(x)