modXY {antaresViz}R Documentation

Make X-Y bockey plot, interactive version

Description

Make X-Y bockey plot, interactive version

Usage

modXY(x, xyCompare = c("union", "intersect"))

Arguments

x

optsH5 or list of optsH5

xyCompare

Use when you compare studies, can be "union" or "intersect". If union, all of mcYears in one of studies will be selectable. If intersect, only mcYears in all studies will be selectable.

Examples

## Not run: 
opts <- setSimulationPath("h5File")
modXY(opts)
modXY(list(opts, opts))


## End(Not run)


[Package antaresViz version 0.18.0 Index]