R/layout-stack-.R
layout_stack.Rd
ggstack is an alias of layout_stack.
ggstack
layout_stack
layout_stack(data, direction = NULL, ...) ggstack(data, direction = NULL, ...)
A numeric or character vector, a data frame, or a matrix.
A string of "horizontal" or "vertical", indicates the direction of the stack layout.
"horizontal"
"vertical"
Not used currently.
A StackLayout object.
StackLayout
ggstack(matrix(rnorm(100L), nrow = 10L)) + align_dendro()