User Portlet
| Discussions |
|---|
| Hi, I am trying to plot lines between nearest neighbors among a group of 6 points using Nearest. I wrote the following code to find the 3 n.n. of every point and tabulate them in a table tt p[1] = {0, 1}; p[2] = {1, 2}; p[3] = {2, 3}; p[4]... |