Description Usage Arguments Value
Zoom in on a raster like a microscope draws a new extent m(x-,x+,y-,y+) d(x,y) is centerpoint of raster z is zoom factor scaled by ((x+ - x-)|(y+ - y-))/(2 * z)
1 | zoom(x, d, z = 2)
|
x |
is a spatial object |
d |
is coordinate pair (centerpoint) |
z |
is numeric zoom factor |
spatial object scaled to new extent by zoom factor
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.