topo_matrix | R Documentation |
retrieve a topographical matrix for the canvas region. Set the resolution of the cell size and the elevation source.
topo_matrix(res, src = "gebco", resample = "CubicSpline", ...)
res |
The desired cell resolution of the matrix in canvas CRS units. |
src |
Default is 'gebco'. The server from which to download topographic
data. Use |
See https://github.com/hypertidy/gdalio and https://gdal.org/drivers/raster/wms.html for examples of custom sources from the web. Alternatively, you can download a file and specify the local path.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.