Learn R Programming

antaresViz (version 0.15.4)

stackMap: 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

Run this code
# NOT RUN {
mydata <- readAntares(areas = "all", links = "all")

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

stackMap(x = mydata, mapLayout = ml)
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab