Learn R Programming

ggExtra (version 0.11.0)

runExample: Run ggExtra example [DEPRECATED]

Description

Launch a Shiny app that shows a demo of what can be done with ggExtra::ggMarginal.

Usage

runExample()

Arguments

Details

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().

Examples

Run this code
## Only run this example in interactive R sessions
if (interactive()) {
  runExample()
}

Run the code above in your browser using DataLab