Visualize mapLayout output.

plotMapLayout(mapLayout)

Arguments

mapLayout

object returned by function [mapLayout()]

See also

[mapLayout()]

Examples


if (FALSE) {
# Read the coordinates of the areas in the Antares interface, then convert it
# in a map layout.
layout <- readLayout()
ml <- mapLayout(layout)

# visualize mapLayout
plotMapLayout(ml)

}