Learn R Programming

skynet (version 1.0.1)

netMap: PlotMap

Description

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

Usage

netMap(x, pct = 60)

Arguments

x

Data frame

pct

percentage of edges to include

Examples

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

Run the code above in your browser using DataLab