autoplot.tsp_instance: Plot TSP instance.

Description Usage Arguments Value

View source: R/tsp_instance.R

Description

Plot TSP instance.

Usage

1
2
## 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].


tspmeta documentation built on May 2, 2019, 2:43 a.m.