Learn R Programming

spnet (version 0.9.1-0)

graph.blackwhite.enable: Get the black and white mode status of a SpatialNetwork object

Description

This generic method intends to extract the black and white mode status of a SpatialNetwork object.

Usage

graph.blackwhite.enable(object)
"graph.blackwhite.enable"(object)
"graph.blackwhite.enable"(object) <- value

Arguments

object
a SpatialNetwork object.
value
a logical, the black and white mode status.

Methods (by class)

  • SpatialNetwork: method for SpatialNetwork objects.
  • object = SpatialNetwork,value = logical: method for SpatialNetwork objects.