graph.map: Get the map to a 'SpatialNetwork' object

Description Usage Arguments Methods (by class)

Description

This generic method intends to extract the map object. Currently only SpatialPolygons from the sp package are supported.

Usage

1
2
3
4
5
6
7
graph.map(object)

## S4 method for signature 'SpatialNetwork'
graph.map(object)

## S4 replacement method for signature 'SpatialNetwork,SpatialPolygons'
graph.map(object) <- value

Arguments

object

the SpatialNetwork object for which we want to get the map.

value

the map.

Methods (by class)


spnet documentation built on May 2, 2019, 6:07 p.m.

Related to graph.map in spnet...