Creates OD ggplot2 generated maps from make.net functions
Shows sample of 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) { # \dontrun{
network <- make.netDir(OD_Sample)
net_map(network, pct = 10)
} # }