rte-antares-rpackage / antaresViz

ANTARES Visualizations

Home Page:https://rte-antares-rpackage.github.io/antaresViz

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bug : plotMap : timeId & type dont work with interactive = FALSE

jalazawa opened this issue · comments

code KO

plotMap(
  myConDataEurope, 
  mlTyndp, 
  sizeAreaVars=varPlotMap, 
  areaChartType="pie", 
  interactive = FALSE,
  sizeMiniPlot = TRUE, 
  colAreaVar="LOAD", 
  colLinkVar="congestion",
  sizeLinkVar="FLOW LIN.",
  type="detail",
  timeId=115
)

I must do a subset in X ....

plotMap(
  subset(myConDataEurope, timeIds = 115),, 
  mlTyndp, 
  sizeAreaVars=varPlotMap, 
  areaChartType="pie", 
  interactive = FALSE,
  sizeMiniPlot = TRUE, 
  colAreaVar="LOAD", 
  colLinkVar="congestion",
  sizeLinkVar="FLOW LIN.",
  type="detail",
  timeId=115
)