stackMap: plot stack and map

View source: R/stack_map.R

stackMapR Documentation

plot stack and map

Description

plot stack and map

Usage

stackMap(x, mapLayout)

Arguments

x

antaresDataList antaresDataList contian areas ans links.

mapLayout

Object created with function mapLayout

Examples

## Not run: 
mydata <- readAntares(areas = "all", links = "all")

layout <- readLayout()
ml <- mapLayout(layout = layout)

stackMap(x = mydata, mapLayout = ml)

## End(Not run)


rte-antares-rpackage/antaresVizMedTSO documentation built on April 27, 2022, 1:28 a.m.