Class for creating a cell used in a gridify layout.
Slots
rowA numeric value, span or a sequence specifying the range of occupied rows of the cell.
colA numeric value, span or a sequence specifying the range of occupied columns of the cell.
textA character value specifying the default text for the cell.
mchA numeric value specifying the maximum number of characters per line. The functionality is based on the
strwrapfunction. By default, it avoids breaking up words and only splits lines when specified.xA numeric value specifying the x position of text in the cell.
yA numeric value specifying the y position of text in the cell.
hjustA numeric value specifying the horizontal position of the text in the cell, relative to the x value.
vjustA numeric value specifying the vertical position of the text in the cell, relative to the y value.
rotA numeric value specifying the rotation of the cell.
gparA
grid::gpar()object specifying the graphical parameters of the cell.
