plotMapLayout: Visualize mapLayout output.

View source: R/map_layout.R

plotMapLayoutR Documentation

Visualize mapLayout output.

Description

Visualize mapLayout output.

Usage

plotMapLayout(mapLayout)

Arguments

mapLayout

object returned by function mapLayout

See Also

mapLayout

Examples


## Not run: 
# 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)


## End(Not run)


rte-antares-rpackage/antaresViz documentation built on Oct. 18, 2023, 2:04 p.m.