inst/examples/shiny/iris/ui.R

library(ggiraph)
shinyUI(fluidPage(
  fluidRow(
    column(
      width=12,
      uiOutput("selpoint"),
      girafeOutput("plot")
    )
  )
))

Try the ggiraph package in your browser

Any scripts or data that you put into this service are public.

ggiraph documentation built on March 31, 2023, 9:53 p.m.