spnet.example.basic: Spnet basic examples

Description Usage Arguments Value Examples

Description

Create SpatialNetwork object examples for demonstration and testing purpose.

Usage

1
2
3
4
5
6

Arguments

map

logical; if TRUE an example of map is provided.

color

logical; if TRUE an example of map colorization is provided.

symbol

logical; if TRUE an example of symbol use is provided.

network1

logical; if TRUE a first example of network is provided.

network2

logical; if TRUE a second example of network is provided.

barplot

logical; if TRUE a example of barplot rendering of a numeric variable is provided.

title

logical; if TRUE a example of title is provided.

Value

a SpatialNetwok object.

Examples

1
2
3
data(world.map.simplified, package = "spnet")
net1 <- spnet.example.basic()
plot(net1)

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