Learn R Programming

antaresViz (version 0.15.4)

plotMapLayout: Visualize mapLayout output.

Description

Visualize mapLayout output.

Usage

plotMapLayout(mapLayout)

Arguments

mapLayout

object returned by function mapLayout

See Also

mapLayout

Examples

Run this code
# NOT RUN {
# }
# 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)

# }
# NOT RUN {
# }

Run the code above in your browser using DataLab