inst/examples/shiny/maps/ui.R

library(ggiraph)
library(shiny)
shinyUI(fluidPage(

  fluidRow(

    column(width = 3, uiOutput("seltext")),
    column(width = 9, 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.