Learn R Programming

skynet (version 1.4.3)

net_map: Plot Skynet

Description

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

Run this code
# NOT RUN {
network <- make.netDir(OD_Sample)
net_map(network, pct = 10)
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab