Learn R Programming

gridify (version 0.7.4)

gridifyObject: Create a gridifyObject

Description

Function for creating a new instance of the gridifyObject class.

Usage

gridifyObject(row, col, height = 1, width = 1)

Value

An instance of the gridifyObject class.

Arguments

row

A numeric value, span or sequence specifying the row position of the object.

col

A numeric value, span or sequence specifying the row position of the object.

height

A numeric value specifying the height of the object. Default is 1.

width

A numeric value specifying the width of the object. Default is 1.

See Also

gridifyLayout()

Examples

Run this code
object <- gridifyObject(row = 1, col = 1, height = 1, width = 1)

Run the code above in your browser using DataLab