Learn R Programming

antaresViz (version 0.18.3)

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

Run this code
if (FALSE) {
opts <- setSimulationPath("h5File")
modXY(opts)
modXY(list(opts, opts))

}

Run the code above in your browser using DataLab