graph.label.cex: Get the label cex of a 'SpatialNetwork' object

Description Usage Arguments Methods (by class)

Description

This generic method intends to extract the label cex of a SpatialNetwork object.

Usage

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

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

## S4 replacement method for signature 'SpatialNetwork,numeric'
graph.label.cex(object) <- value

Arguments

object

a SpatialNetwork object.

value

numeric; the cex parameter.

Methods (by class)


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

Related to graph.label.cex in spnet...