plot stack and map

stackMap(x, mapLayout)

Arguments

x

antaresDataList antaresDataList contian areas ans links.

mapLayout

Object created with function [mapLayout()]

Examples

if (FALSE) {
mydata <- readAntares(areas = "all", links = "all")

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

stackMap(x = mydata, mapLayout = ml)
}