View source: R/gridify-classes.R
| gridifyObject | R Documentation |
Function for creating a new instance of the gridifyObject class.
gridifyObject(row, col, height = 1, width = 1)
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. |
An instance of the gridifyObject class.
gridifyLayout()
object <- gridifyObject(row = 1, col = 1, height = 1, width = 1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.