Skip to contents

Creates OD ggplot2 generated maps from make.net functions Shows sample of 60

Usage

net_map(x, pct = 60)

Arguments

x

Skynet Object (generated by make_net_dir,make_net_und or make_net_path)

pct

percentage of edges to include

Examples

if (FALSE) {
network <- make.netDir(OD_Sample)
net_map(network, pct = 10)
}