Description Usage Arguments Value Author(s)
This function converts the glinet network into raster, with raster values representing either the network geometry or the vertex weights as well.
1 | rasterize_glinet(net, cellsize, use_vertex_weights = TRUE)
|
net |
The glinet object. |
cellsize |
The cellsize of the output raster. |
use_vertex_weights |
If TRUE (default), the raster values represent vertext weights. If FALSE, the raster values represent binary information about the network location. |
A raster::RasterLayer object.
Vojta Barták
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.