modXY | R Documentation |
Make X-Y bockey plot, interactive version
modXY(x, xyCompare = c("union", "intersect"))
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. |
## Not run: opts <- setSimulationPath("h5File") modXY(opts) modXY(list(opts, opts)) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.