powered by
gseparator(horizontal = TRUE, container = NULL, ..., toolkit = guiToolkit())
TRUE
w <- gwindow("separator example") gp <- ggroup(container=w) glabel("left widget", cont=gp) gseparator(horizontal=FALSE, cont=gp, expand=TRUE) glabel("right widget", cont=gp)
Run the code above in your browser using DataLab