Make X-Y bockey plot, interactive version

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

if (FALSE) { opts <- setSimulationPath("h5File") modXY(opts) modXY(list(opts, opts)) }