powered by
Function for creating a new instance of the gridifyObject class.
gridifyObject(row, col, height = 1, width = 1)
An instance of the gridifyObject class.
A numeric value, span or sequence specifying the row position of the object.
A numeric value specifying the height of the object. Default is 1.
A numeric value specifying the width of the object. Default is 1.
gridifyLayout()
object <- gridifyObject(row = 1, col = 1, height = 1, width = 1)
Run the code above in your browser using DataLab