grd_tile_template | R Documentation |
A useful workflow for raster data in a memory bounded environment is to
chunk a grid into sections or tiles. These functions compute tiles
suitable for such processing. Use grd_tile_summary()
to generate
statistics for level
values to choose for your application.
grd_tile_template(grid, level)
grd_tile_summary(grid, levels = NULL)
grid |
A |
level |
An integer describing the overview level. This is related to
the |
levels |
A vector of |
A grd()
grid <- grd_rct(volcano)
grd_tile_summary(grid)
grd_tile_template(grid, 3)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.