andkov / ShinyEFA

experimental visual interface to decisions in Exploratory Factor Analysis based the interactive features of R Shiny and D3
3 stars 2 forks source link

controlling the appearance of ggplot #4

Closed andkov closed 11 years ago

andkov commented 11 years ago

how do I specify the size specifications of the graph?

andkov commented 11 years ago

solved, see plotOutput(outputId, width = “100%”, height = “400px”, clickId = NULL, hoverId = NULL, hoverDelay = 300, hoverDelayType = c(“debounce”, “throttle”)) in shiny documentation