Last data update: 2014.03.03

R: Plot TSP instance.
autoplot.tsp_instanceR Documentation

Plot TSP instance.

Description

Plot TSP instance.

Usage

## S3 method for class 'tsp_instance'
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].

Results