Launch a Shiny app that shows a demo of what can be done with
ggExtra::ggMarginal.
runExample()This example is also
available online.
Deprecation Notice: This function is no longer required since Shiny version
1.8.1 (March 2024). This function will be removed in a future release of {ggExtra}.
You can use shiny::runExample("ggMarginal", package = "ggExtra") instead of
ggExtra::runExample().
## Only run this example in interactive R sessions
if (interactive()) {
runExample()
}