Learn R Programming

tspmeta (version 1.2)

autoplot.tsp_instance: Plot TSP instance.

Description

Plot TSP instance.

Usage

"autoplot"(object, opt_tour, ...)

Arguments

object
[tsp_instance] TSP instance.
opt_tour
[TOUR] TOUR object from package TSP, containing order of cities, tour length and method name that generated this solution.
...
[any] Not used.

Value

[ggplot].