makeTiles | R Documentation |
Make a tiling system from a bounding box
makeTiles( bb, block.x, block.y, overlap.percent, limit.bbox, columns = NULL, rows = NULL )
bb |
Bounding Box |
block.x |
Size of the block in X |
block.y |
Size of the block in Y |
overlap.percent |
Percent of overlap; default 0 |
limit.bbox |
Optional limiting bounding box |
columns |
Optional number of columns |
rows |
Optional number of rows |
A regular tiling system
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.