I am implementing a solution to the Traveling Salesman Problem (TSP) in R (simulated Annealing) and I want to output the current best path periodically. I have searched qui
One thing you can do is open a x11 window and plot in there:
x11() Plotz()
That should work the same as running it in terminal.