Skip to contents

Draws depots, clients and the routes (one colour per route) over the instance coordinates. Unvisited optional clients (prize-collecting) appear as hollow circles.

Usage

# S3 method for class 'vrpr_result'
plot(x, show_clients = TRUE, ...)

Arguments

x

A vrp_solve() result.

show_clients

Reserved; clients are always drawn.

...

Unused.

Value

A ggplot object.