runExample {ggExtra} | R Documentation |
Run ggExtra example
Description
Launch a Shiny app that shows a demo of what can be done with
ggExtra::ggMarginal
.
Usage
runExample()
Details
This example is also available online.
Examples
## Only run this example in interactive R sessions
if (interactive()) {
runExample()
}
[Package ggExtra version 0.10.1 Index]