plot stack and map
stackMap(x, mapLayout)
x |
|
---|---|
mapLayout | Object created with function |
if (FALSE) { mydata <- readAntares(areas = "all", links = "all") layout <- readLayout() ml <- mapLayout(layout = layout) stackMap(x = mydata, mapLayout = ml) }