stackMap {antaresViz} | R Documentation |
plot stack and map
stackMap(x, mapLayout)
x |
|
mapLayout |
Object created with function [mapLayout()] |
## Not run:
mydata <- readAntares(areas = "all", links = "all")
layout <- readLayout()
ml <- mapLayout(layout = layout)
stackMap(x = mydata, mapLayout = ml)
## End(Not run)