Description Usage Arguments Value Examples
Opens an interactive Shiny app for the selected copula and modules.
1 | copulaVis(copula, modules)
|
copula |
Copula to visualize, presently one of :
|
modules |
Vector of modules to visualize, one of :
|
Launches Shiny application.
1 2 3 4 | ## Only run this example in interactive R sessions
if (interactive()) {
copulaVis(copula = "BivariateEFGM", modules = "distributionPlot")
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.