plotNetworkFancy: Visualize tours driven by vehicles by era.

Description Usage Arguments Value

View source: R/visualization.R

Description

Visualize tours driven by vehicles by era.

Usage

1
2
3
4
plotNetworkFancy(instance, time.resolution, tours = NULL,
  init.tours = NULL, customers.by.era = TRUE,
  highlight.depots = TRUE, desaturate.nonvisited = FALSE,
  filter.eras = NULL, facet.type = "grid", facet.args = list())

Arguments

instance

[Network]
Network.

time.resolution

[numeric(1)]
Time resolution used by dynamicVRPEMOA.

tours

[list]
List of lists of integer vectors. Each top.level list represents an era and the second-level lists contain the tours of the vehicles.

init.tours

[list]
See documentation of tours for the structure. Contains for each era to depict the tours already traveled by the vehicles until the beginning of the corresponding era.

customers.by.era

[logical(1)]
Colour customers by the era they arrived at? Default is TRUE.

highlight.depots

[logical(1)]
Show start and end depot as large white circles with black border? Default is TRUE.

desaturate.nonvisited

[logical(1)]
This one is experimental. Shall non-visited customers by depicted with reduced opacity? Default is FALSE.

Value

[ggplot]


jakobbossek/dynvrp documentation built on Jan. 19, 2020, 9:53 p.m.