Learn R Programming

gridify (version 0.7.4)

show,gridifyLayout-method: Show method for gridifyLayout

Description

Method for showing a gridifyLayout object. It prints the names of the cells in the layout.

Usage

# S4 method for gridifyLayout
show(object)

Value

The list of cells defined in the layout.

Arguments

object

A gridifyLayout object.

See Also

gridifyLayout()

Examples

Run this code
show(complex_layout())

Run the code above in your browser using DataLab