dim: Returns the dimension
length: Returns the number of rows
show: Displays a preview of the object
print: See 'show' as the behaviour is very similar and ... are just arguments of 'show'. The key difference with 'print' instead of 'show' is that by default the parameter 'up.to' is set to 50, so that any ChipInfo object (or subset) of less than or equal to 50 rows will be displayed in its entirety, rather than just the top/bottom 5 rows.
"rownames"(x)
"dim"(x)
"length"(x)
"show"(object)
"print"(x, ...)