graph.barplot.listR Documentation

Get the list of all barplot parameters of a SpatialNetwork object

Description

This generic method intends to extract barplot parameters of a SpatialNetwork object.

Usage

graph.barplot.list(object)

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

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

Arguments

object

the SpatialNetwork object for which we want to get parameters.

value

a list of parameters.

Methods (by class)