Commit | Line | Data |
---|---|---|
1 | % Generated by roxygen2 (4.0.2): do not edit by hand | |
2 | \name{drawNeighborhoodGraph} | |
3 | \alias{drawNeighborhoodGraph} | |
4 | \title{Draw neighborhoods graph on top of a country map (or any other map)} | |
5 | \usage{ | |
6 | drawNeighborhoodGraph(M, NI) | |
7 | } | |
8 | \arguments{ | |
9 | \item{M}{Coordinates matrix (in columns)} | |
10 | ||
11 | \item{NI}{Neighborhoods of M rows (list of integer vectors)} | |
12 | } | |
13 | \description{ | |
14 | Draw neighborhoods graph on top of a country map (or any other map) | |
15 | } | |
16 |