quadmesh
quadmesh copied to clipboard
mesh_plot: why is index extent needed?
Note to self
## why does it matter? And, why not do this automatically?
grd <- setExtent(grd, extent(0, ncol(grd), 0, nrow(grd)))
```