inst/examples/shiny/cars/ui.R

library(ggiraph)
shinyUI(fluidPage(
  fluidRow(

    column(width = 12,
      uiOutput("selpoint", style = "text-align:center;padding:4pt;"),
      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.