inst/ggraptR/views/plotBlock/facetCtrlsUI.R

verticalLayout(
  fluidRow(
    column(6,
           uiOutput('facetRowCtrl')
    ),
    column(6,
           uiOutput('facetColCtrl')
    )
  ),
  
  fluidRow(
    column(6,
           uiOutput('facetWrapCtrl')
    ),
    column(6,
           uiOutput('facetScaleCtrl')
    )
  )  
)

Try the ggraptR package in your browser

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

ggraptR documentation built on July 2, 2020, 2:30 a.m.