Create a ggiraph output element
Render a ggiraph within an application page.
ggiraphOutput(outputId, width = "100%", height = "500px")
outputId |
output variable to read the ggiraph from. |
width |
widget width |
height |
widget height |
## Not run: if( require(shiny) && interactive() ){ app_dir <- file.path( system.file(package = "ggiraph"), "examples/shiny/cars" ) shinyAppDir(appDir = app_dir ) } if( require(shiny) && interactive() ){ app_dir <- file.path( system.file(package = "ggiraph"), "examples/shiny/crimes" ) shinyAppDir(appDir = app_dir ) } ## End(Not run)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.