The ggedit module.
ggEdit(
input,
output,
session,
obj,
verbose = TRUE,
showDefaults = FALSE,
width = "auto",
height = "auto"
)
shinyapp input argument
shinyapp output argument
shinyapp session argument
ggplot as reactive shiny object
logical to control if the output includes script for layers and themes calls for parsing to create objects (default, verbose=F)
toggle to control if the verbose output shows all the input arguments passed to the proto object (if verbose==FALSE then ignored)
Must be a valid CSS unit (like '100%'
,
'400px'
, 'auto'
) or a number, which will be coerced to a
string and have 'px'
appended.